bbp_open_topic

bbp_open_topic

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_open_topic') is found 1 times:

  • /includes/topics/functions.php line 2880
    		return false;
    	}
    
    	// Execute pre open code
    	do_action( 'bbp_open_topic', $topic_id );
    
    	// Get previous status
    	$topic_status = get_post_meta( $topic_id, '_bbp_status', true );
    
    	// If no previous status, default to publish
    	if ( empty( $topic_status ) ) {