bp_ps_display_filters()
Output BuddyBoss Profile Search filters template.
Description
Source
File: bp-core/profile-search/bps-search.php
268 269 270 271 272 273 | function bp_ps_display_filters () { $request = bp_ps_get_request ( 'filters' ); if (! empty ( $request )) bp_ps_call_template ( 'members/bp-ps-filters' , array ( $request , true)); } |
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.