bbp_delete_forum

bbp_delete_forum

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_delete_forum') is found 1 times:

  • /includes/forums/functions.php line 2719
    2715
    2716
    2717
    2718
    2719
    2720
    2721
    2722
    2723
    2724
    2725
        if ( empty( $forum_id ) || ! bbp_is_forum( $forum_id ) ) {
            return false;
        }
     
        do_action( 'bbp_delete_forum', $forum_id );
    }
     
    /**
     * Called before trashing a forum
     *
     * This function is supplemental to the actual forum being trashed which is

See this hook used in plugins: