mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
- fixed Ultimate Member wrapper's visibility on add/edit user page;
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user