Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47310


Ignore:
Timestamp:
12/12/2021 06:46:06 AM (4 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47310

    • Property Focuses administration added
    • Property Component changed from Administration to Taxonomy
  • Ticket #47310 – Description

    initial v1  
    1 The 'post_column_taxonomy_links' filter ([https://developer.wordpress.org/reference/hooks/post_column_taxonomy_links/]) allows the taxonomy links in the post list tables to be filtered.  This could be useful in the media list table as well (especially to ensure consistency).  It would be great if there were a corresponding filter in the WP_Media_List_Table that behaved the same way.  Perhaps 'media_column_taxonomy_links'?
     1The [https://developer.wordpress.org/reference/hooks/post_column_taxonomy_links/ 'post_column_taxonomy_links' filter] allows the taxonomy links in the post list tables to be filtered.  This could be useful in the media list table as well (especially to ensure consistency).  It would be great if there were a corresponding filter in the WP_Media_List_Table that behaved the same way.  Perhaps 'media_column_taxonomy_links'?
    22
    3 See [https://core.trac.wordpress.org/ticket/42669]
    4 See [https://core.trac.wordpress.org/changeset/44822]
     3See ticket:42669 / changeset:44822