- updated readme;

This commit is contained in:
nikitasinelnikov
2021-03-03 16:43:57 +02:00
parent c2ea5bbbdf
commit 98e266dc18
3 changed files with 4 additions and 3 deletions
@@ -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,
);
+1 -1
View File
@@ -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' );
+1
View File
@@ -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"