- fixed Ultimate Member wrapper's visibility on add/edit user page;

This commit is contained in:
nikitasinelnikov
2020-02-21 09:01:18 +02:00
parent cf9cc22d41
commit a4e44a32f1
5 changed files with 18 additions and 2 deletions
@@ -219,6 +219,8 @@ if ( ! class_exists( 'um\core\Member_Directory_Meta' ) ) {
*/
$skip_default = apply_filters( "um_query_args_{$field}__filter_meta", false, $this, $field, $value, $filter_type, $is_default );
$skip_default = apply_filters( 'um_query_args_filter_global_meta', $skip_default, $this, $field, $value, $filter_type, $is_default );
if ( ! $skip_default ) {
switch ( $filter_type ) {