WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_column_taxonomy_links

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php apply_filters 1309 /**
* Filters the links in `$taxonomy` column of edit.php.
*
* @since 5.2.0
*
* @param string[] $term_links Array of term editing links.
* @param string $taxonomy Taxonomy name.
* @param WP_Term[] $terms Array of term objects appearing in the post row.
*/

Hook Parameters

Parameter Type Name Description
string[] $term_links Array of term editing links.
string $taxonomy Taxonomy name.
WP_Term[] $terms Array of term objects appearing in the post row.