bbp_trashed_topic

bbp_trashed_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_trashed_topic') is found 1 times:

  • /includes/topics/functions.php line 3578
    3574
    3575
    3576
    3577
    3578
    3579
    3580
    3581
    3582
    3583
    3584
        if ( empty( $topic_id ) || ! bbp_is_topic( $topic_id ) ) {
            return false;
        }
     
        do_action( 'bbp_trashed_topic', $topic_id );
    }
     
    /**
     * Called after untrashing a topic
     *
     * @since 2.0.0 bbPress (r2993)

See this hook used in plugins: