bp_ps_debug()

Check if BuddyBoss Profile Search debugging is set.

Description

Source

File: bp-core/profile-search/bps-search.php

256
257
258
259
260
function bp_ps_debug ()
{
    $cookie = apply_filters ('bp_ps_cookie_name', 'bp_ps_debug');
    return isset ($_REQUEST['bp_ps_debug'])? true: isset ($_COOKIE[$cookie])? true: false;
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.