bbp_hid_forum

bbp_hid_forum

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_hid_forum') is found 1 times:

  • /includes/forums/functions.php line 964
    960
    961
    962
    963
    964
    965
    966
    967
    968
    969
    970
            wp_transition_post_status( bbp_get_hidden_status_id(), $current_visibility, get_post( $forum_id ) );
            clean_post_cache( $forum_id );
        }
     
        do_action( 'bbp_hid_forum'$forum_id );
     
        return $forum_id;
    }
     
    /**
     * Recaches the private and hidden forums