For example, at /wp-admin/upload.php are displayed the following filters by:
All (6) | Images (6) | Unattached (6)
How can I remove the “Unattached (6)” filter by?
Thanks in advance.
For example, at /wp-admin/upload.php are displayed the following filters by:
All (6) | Images (6) | Unattached (6)
How can I remove the “Unattached (6)” filter by?
Thanks in advance.
You must be logged in to post a comment.
As it turns out, with the introduction of the
WP_List_Table
class, view filter are now hookable and specifically you can filter out that detached link like so..Bye bye detached link!… 🙂