Changeset 50505 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r50389 r50505 628 628 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 629 629 * 630 * Possible hook names include: 631 * 632 * - `taxonomy_labels_category` 633 * - `taxonomy_labels_post_tag` 634 * 630 635 * @since 4.4.0 631 636 * … … 2032 2037 * taxonomy the term belonged to. 2033 2038 * 2039 * Possible hook names include: 2040 * 2041 * - `delete_category` 2042 * - `delete_post_tag` 2043 * 2034 2044 * @since 2.3.0 2035 2045 * @since 4.5.0 Introduced the `$object_ids` argument. … … 2475 2485 * to the slug of the taxonomy the term was created for. 2476 2486 * 2487 * Possible hook names include: 2488 * 2489 * - `create_category` 2490 * - `create_post_tag` 2491 * 2477 2492 * @since 2.3.0 2478 2493 * … … 2513 2528 * 2514 2529 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 2530 * 2531 * Possible hook names include: 2532 * 2533 * - `created_category` 2534 * - `created_post_tag` 2515 2535 * 2516 2536 * @since 2.3.0 … … 2541 2561 * 2542 2562 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 2563 * 2564 * Possible hook names include: 2565 * 2566 * - `saved_category` 2567 * - `saved_post_tag` 2543 2568 * 2544 2569 * @since 5.5.0 … … 3187 3212 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 3188 3213 * 3214 * Possible hook names include: 3215 * 3216 * - `edit_category` 3217 * - `edit_post_tag` 3218 * 3189 3219 * @since 2.3.0 3190 3220 * … … 3218 3248 * 3219 3249 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 3250 * 3251 * Possible hook names include: 3252 * 3253 * - `edited_category` 3254 * - `edited_post_tag` 3220 3255 * 3221 3256 * @since 2.3.0
Note: See TracChangeset
for help on using the changeset viewer.