* updated changelog.txt;
* updated readme.txt;
* clean comments;
This commit is contained in:
Mykyta Synelnikov
2024-09-30 23:48:18 +03:00
parent b767e04618
commit 49b99f10db
9 changed files with 19 additions and 9 deletions
+14
View File
@@ -95,3 +95,17 @@ if ( ! defined( 'ABSPATH' ) ) {
*
* @param {int} $user_id User ID.
*/
/**
* Filters the WP Users list table views.
*
* Fully deprecated. Please use 'um_user_statuses_admin_filter_options' hook instead since 2.8.7.
*
* @param {array} $views List table filter views.
*
* @return {array} List table filter views.
*
* @since 1.3.x
* @depecated 2.8.7 Fully deprecated because there is used dropdown with statuses instead of list table views.
* @hook um_admin_views_users
*/