mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- updated readme;
This commit is contained in:
@@ -836,9 +836,9 @@ if ( ! class_exists( 'um\core\Member_Directory_Meta' ) ) {
|
||||
);
|
||||
|
||||
$query = array(
|
||||
'select' => $this->select,
|
||||
'select' => $this->select,
|
||||
'sql_where' => $sql_where,
|
||||
'having' => $this->having,
|
||||
'having' => $this->having,
|
||||
'sql_limit' => $this->sql_limit,
|
||||
);
|
||||
|
||||
|
||||
@@ -2528,7 +2528,7 @@ if ( ! class_exists( 'um\core\Member_Directory' ) ) {
|
||||
* }
|
||||
* ?>
|
||||
*/
|
||||
$user_ids = apply_filters( 'um_prepare_user_results_array', $user_ids, $this->query_args );
|
||||
$user_ids = apply_filters( 'um_prepare_user_results_array', $user_ids, $this->query_args );
|
||||
|
||||
|
||||
$sizes = UM()->options()->get( 'cover_thumb_sizes' );
|
||||
|
||||
Reference in New Issue
Block a user