79200026

Date: 2024-11-18 13:08:12
Score: 1.5
Natty:
Report link
add_filter('wp_dropdown_users_args', function ($query_args, $r) { if (current_user_can('administrator')) { unset($query_args['who']); } return $query_args; }, 10, 2);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nilesh