bp_ps_Fields::is_filter( $f,  $filter )

Description

Source

File: bp-core/profile-search/bps-fields.php

121
122
123
124
public static function is_filter ($f, $filter)
{
    return in_array ($filter, $f->filters);
}

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.