79249096

Date: 2024-12-03 20:36:21
Score: 0.5
Natty:
Report link

You can use the manage_{$this->screen->id}_sortable_columns filter hook to make your column sortable. (WP Documentation)

You will probably need to use it in combination with pre_get_users action to apply sorting to the query.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kaveh Movahedi