Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:41:02 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Add and correct examples of common names for various dynamic hooks.

See #53581

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r51003 r51327  
    949949     * to the slug of the term's taxonomy.
    950950     *
     951     * Possible hook names include:
     952     *
     953     *  - `get_category`
     954     *  - `get_post_tag`
     955     *
    951956     * @since 2.3.0
    952957     * @since 4.4.0 `$_term` is now a `WP_Term` object.
Note: See TracChangeset for help on using the changeset viewer.