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
    2876
    2877
    2878
    2879
    2880
    2881
    2882
    2883
    2884
    2885
    2886
        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 ) ) {