Changeset 34528 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 09/25/2015 02:37:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r34496 r34528 1631 1631 1632 1632 /** 1633 * Filter the excluded term ids 1634 * 1635 * The dynamic portion of the hook name, `$adjacent`, refers to the type 1636 * of adjacency, 'next' or 'previous'. 1637 * 1638 * @since 4.4.0 1639 * 1640 * @param string $excluded_terms Array of excluded term IDs. 1641 */ 1642 $excluded_terms = apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms ); 1643 1644 /** 1633 1645 * Filter the JOIN clause in the SQL for an adjacent post query. 1634 1646 *
Note: See TracChangeset
for help on using the changeset viewer.