Changeset 50505 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r50409 r50505 1569 1569 * 1570 1570 * The dynamic portion of the hook name, `$feed`, refers to the feed template name. 1571 * Possible values include: 'rdf', 'rss', 'rss2', and 'atom'. 1571 * 1572 * Possible hook names include: 1573 * 1574 * - `do_feed_atom` 1575 * - `do_feed_rdf` 1576 * - `do_feed_rss` 1577 * - `do_feed_rss2` 1572 1578 * 1573 1579 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.