Description
Filters the links in `$taxonomy` column of edit.php.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-posts-list-table.php | 1344 |
Parameters
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. |
PHP Doc
/**
* 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.
*/