mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
- fixed Ultimate Member wrapper's visibility on add/edit user page;
This commit is contained in:
@@ -1528,6 +1528,8 @@ if ( ! class_exists( 'um\core\Member_Directory' ) ) {
|
||||
*/
|
||||
$field_query = apply_filters( "um_query_args_{$field}__filter", false, $field, $value, $filter_type );
|
||||
|
||||
$field_query = apply_filters( 'um_query_args_filter_global', $field_query, $field, $value, $filter_type );
|
||||
|
||||
if ( ! $field_query ) {
|
||||
|
||||
switch ( $filter_type ) {
|
||||
|
||||
Reference in New Issue
Block a user