bp_ps_hidden_filters()
Hides BuddyBoss Profile Search filters.
Description
Source
File: bp-core/profile-search/bps-search.php
231 232 233 234 235 236 237 | function bp_ps_hidden_filters () { global $bp_ps_hidden_filters ; $filters = isset ( $bp_ps_hidden_filters )? $bp_ps_hidden_filters : array (); return apply_filters ( 'bp_ps_hidden_filters' , $filters ); } |
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.