mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- fixed account page import data queries;
- fixed member directory role filter PHP notice; - fixed OpenGraph data on the user profile page;
This commit is contained in:
@@ -1935,7 +1935,7 @@ if ( ! class_exists( 'um\core\Member_Directory' ) ) {
|
||||
|
||||
break;
|
||||
case 'role':
|
||||
$value = explode( '||', $value );
|
||||
$value = is_array( $value ) ? $value : explode( '||', $value );
|
||||
$value = array_map( 'strtolower', $value );
|
||||
|
||||
if ( ! empty( $this->query_args['role__in'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user