bbp_untrashed_forum

bbp_untrashed_forum

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_untrashed_forum') is found 1 times:

  • /includes/forums/functions.php line 2804

    Warning: Undefined array key 2805 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 2806 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 2807 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 2808 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 2809 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    2800
    2801
    2802
    2803
    2804
    2805
        if ( empty( $forum_id ) || ! bbp_is_forum( $forum_id ) ) {
            return false;
        }
     
        do_action( 'bbp_untrashed_forum', $forum_id );
    }