bbp_closed_topic

bbp_closed_topic

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_closed_topic') is found 1 times:

  • /includes/topics/functions.php line 2852
    		add_post_type_support( bbp_get_topic_post_type(), 'revisions' );
    	}
    
    	// Execute post close code
    	do_action( 'bbp_closed_topic', $topic_id );
    
    	// Return topic_id
    	return $topic_id;
    }
    
    /**