- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r49942 r50505 238 238 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 239 239 * 240 * Possible hook names include: 241 * 242 * - `rest_category_query` 243 * - `rest_post_tag_query` 244 * 240 245 * Enables adding extra arguments or setting defaults for a terms 241 246 * collection request. … … 476 481 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 477 482 * 483 * Possible hook names include: 484 * 485 * - `rest_insert_category` 486 * - `rest_insert_post_tag` 487 * 478 488 * @since 4.7.0 479 489 * … … 505 515 * 506 516 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 517 * 518 * Possible hook names include: 519 * 520 * - `rest_after_insert_category` 521 * - `rest_after_insert_post_tag` 507 522 * 508 523 * @since 5.0.0 … … 703 718 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 704 719 * 720 * Possible hook names include: 721 * 722 * - `rest_delete_category` 723 * - `rest_delete_post_tag` 724 * 705 725 * @since 4.7.0 706 726 * … … 762 782 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 763 783 * 784 * Possible hook names include: 785 * 786 * - `rest_pre_insert_category` 787 * - `rest_pre_insert_post_tag` 788 * 764 789 * @since 4.7.0 765 790 * … … 833 858 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug. 834 859 * 835 * Possible filternames include:860 * Possible hook names include: 836 861 * 837 862 * - `rest_prepare_category`
Note: See TracChangeset
for help on using the changeset viewer.