bp_ps_debug()
Check if BuddyBoss Profile Search debugging is set.
Description
Source
File: bp-core/profile-search/bps-search.php
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
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.