bbp_deleted_topic

bbp_deleted_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_deleted_topic') is found 1 times:

  • /includes/topics/functions.php line 3563
    3559
    3560
    3561
    3562
    3563
    3564
    3565
    3566
    3567
    3568
    3569
        if ( empty( $topic_id ) || ! bbp_is_topic( $topic_id ) ) {
            return false;
        }
     
        do_action( 'bbp_deleted_topic', $topic_id );
    }
     
    /**
     * Called after trashing a topic
     *
     * @since 2.0.0 bbPress (r2993)

See this hook used in plugins: