bps_get_hidden_filters()
Description
Source
File: bp-search/bp-search-functions.php
function bps_get_hidden_filters() {
$data = bps_get_directory_data();
unset ( $data['page'], $data['template'], $data['ajax_template'], $data['show'], $data['order_by'] );
return apply_filters( 'bps_hidden_filters', $data );
}
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.