Changes between Initial Version and Version 1 of Ticket #47310
- Timestamp:
- 12/12/2021 06:46:06 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47310
- Property Focuses administration added
-
Property
Component
changed from
AdministrationtoTaxonomy
-
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'?1 The [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'? 2 2 3 See [https://core.trac.wordpress.org/ticket/42669] 4 See [https://core.trac.wordpress.org/changeset/44822] 3 See ticket:42669 / changeset:44822