Changeset 50505 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 03/07/2021 12:30:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r50393 r50505 1812 1812 * of adjacency, 'next' or 'previous'. 1813 1813 * 1814 * Possible hook names include: 1815 * 1816 * - `get_next_post_excluded_terms` 1817 * - `get_previous_post_excluded_terms` 1818 * 1814 1819 * @since 4.4.0 1815 1820 * … … 1883 1888 * of adjacency, 'next' or 'previous'. 1884 1889 * 1890 * Possible hook names include: 1891 * 1892 * - `get_next_post_join` 1893 * - `get_previous_post_join` 1894 * 1885 1895 * @since 2.5.0 1886 1896 * @since 4.4.0 Added the `$taxonomy` and `$post` parameters. … … 1900 1910 * of adjacency, 'next' or 'previous'. 1901 1911 * 1912 * Possible hook names include: 1913 * 1914 * - `get_next_post_where` 1915 * - `get_previous_post_where` 1916 * 1902 1917 * @since 2.5.0 1903 1918 * @since 4.4.0 Added the `$taxonomy` and `$post` parameters. … … 1916 1931 * The dynamic portion of the hook name, `$adjacent`, refers to the type 1917 1932 * of adjacency, 'next' or 'previous'. 1933 * 1934 * Possible hook names include: 1935 * 1936 * - `get_next_post_sort` 1937 * - `get_previous_post_sort` 1918 1938 * 1919 1939 * @since 2.5.0 … … 2004 2024 * The dynamic portion of the hook name, `$adjacent`, refers to the type 2005 2025 * of adjacency, 'next' or 'previous'. 2026 * 2027 * Possible hook names include: 2028 * 2029 * - `next_post_rel_link` 2030 * - `previous_post_rel_link` 2006 2031 * 2007 2032 * @since 2.8.0 … … 2261 2286 * The dynamic portion of the hook name, `$adjacent`, refers to the type 2262 2287 * of adjacency, 'next' or 'previous'. 2288 * 2289 * Possible hook names include: 2290 * 2291 * - `next_post_link` 2292 * - `previous_post_link` 2263 2293 * 2264 2294 * @since 2.6.0
Note: See TracChangeset
for help on using the changeset viewer.