bp_ps_escaped_filters_data( $version = '4.7' )
Escape BuddyBoss profile search filter data.
Description
Source
File: bp-core/profile-search/bps-fields.php
353 354 355 356 357 358 359 | function bp_ps_escaped_filters_data ( $version = '4.7' ) { if ( $version == '4.7' ) return bp_ps_escaped_filters_data47 (); if ( $version == '4.8' ) return bp_ps_escaped_filters_data48 (); return 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.