bbp_stick_topic

bbp_stick_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_stick_topic') is found 1 times:

  • /includes/topics/functions.php line 3190
    3186
    3187
    3188
    3189
    3190
    3191
    3192
    3193
    3194
    3195
    if ( ! bbp_is_topic( $topic_id ) ) {
        return false;
    }
     
    do_action( 'bbp_stick_topic', $topic_id, $super );
     
    // Maybe get the forum ID if not getting supers
    $forum_id = empty( $super )
        ? bbp_get_topic_forum_id( $topic_id )
        : 0;

See this hook used in plugins: