- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r49944 r50505 527 527 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 528 528 * 529 * Possible hook names include: 530 * 531 * - `category_row_actions` 532 * - `post_tag_row_actions` 533 * 529 534 * @since 3.0.0 530 535 * … … 616 621 * The dynamic portion of the hook name, `$this->screen->taxonomy`, 617 622 * refers to the slug of the current taxonomy. 623 * 624 * Possible hook names include: 625 * 626 * - `manage_category_custom_column` 627 * - `manage_post_tag_custom_column` 618 628 * 619 629 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.