mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +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' );
|
||||
|
||||
@@ -159,6 +159,7 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
|
||||
* Enhancements:
|
||||
- Added: General and role setting to avoid indexing users' profiles
|
||||
- Added: `um_prepare_user_results_array_meta` hook and the 2nd argument for `um_prepare_user_results_array` hook for handle $user_ids based on getting members query
|
||||
|
||||
* Bugfixes:
|
||||
- Fixed: Empty icons are shown in the popup "Choose from... available icons"
|
||||
|
||||
Reference in New Issue
Block a user