Changeset 53170 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 04/13/2022 03:02:43 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r53126 r53170 321 321 * Filters the arguments for registering a specific taxonomy. 322 322 * 323 * The dynamic portion of the filter name, `$this->name`, refers to the taxonomy key. 323 * The dynamic portion of the filter name, `$taxonomy`, refers to the taxonomy key. 324 * 325 * Possible hook names include: 326 * 327 * - `register_category_taxonomy_args` 328 * - `register_post_tag_taxonomy_args` 324 329 * 325 330 * @since 6.0.0
Note: See TracChangeset
for help on using the changeset viewer.