Changeset 50505 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r50025 r50505 4720 4720 * The dynamic portion of the hook name, `$type`, refers to the generator type. 4721 4721 * 4722 * Possible hook names include: 4723 * 4724 * - `get_the_generator_atom` 4725 * - `get_the_generator_comment` 4726 * - `get_the_generator_export` 4727 * - `get_the_generator_html` 4728 * - `get_the_generator_rdf` 4729 * - `get_the_generator_rss2` 4730 * - `get_the_generator_xhtml` 4731 * 4722 4732 * @since 2.5.0 4723 4733 *
Note: See TracChangeset
for help on using the changeset viewer.