Changeset 50505 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r49286 r50505 415 415 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 416 416 * 417 * Possible hook names include: 418 * 419 * - `category_pre_add_form` 420 * - `post_tag_pre_add_form` 421 * 417 422 * @since 3.0.0 418 423 * … … 430 435 * 431 436 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 437 * 438 * Possible hook names include: 439 * 440 * - `category_term_new_form_tag` 441 * - `post_tag_term_new_form_tag` 432 442 * 433 443 * @since 3.7.0 … … 523 533 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 524 534 * 535 * Possible hook names include: 536 * 537 * - `category_add_form_fields` 538 * - `post_tag_add_form_fields` 539 * 525 540 * @since 3.0.0 526 541 * … … 570 585 * 571 586 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 587 * 588 * Possible hook names include: 589 * 590 * - `category_add_form` 591 * - `post_tag_add_form` 572 592 * 573 593 * @since 3.0.0 … … 639 659 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 640 660 * 661 * Possible hook names include: 662 * 663 * - `after-category-table` 664 * - `after-post_tag-table` 665 * 641 666 * @since 3.0.0 642 667 *
Note: See TracChangeset
for help on using the changeset viewer.