Changeset 37506
- Timestamp:
- 05/22/2016 06:31:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r37431 r37506 30 30 31 31 /** 32 * Filter the post formats rewrite base.32 * Filters the post formats rewrite base. 33 33 * 34 34 * @since 3.1.0 … … 358 358 359 359 /** 360 * Filter the arguments for registering a taxonomy.360 * Filters the arguments for registering a taxonomy. 361 361 * 362 362 * @since 4.4.0 … … 622 622 623 623 /** 624 * Filter the labels of a specific taxonomy.624 * Filters the labels of a specific taxonomy. 625 625 * 626 626 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. … … 850 850 851 851 /** 852 * Filter a term.852 * Filters a term. 853 853 * 854 854 * @since 2.3.0 … … 861 861 862 862 /** 863 * Filter a taxonomy.863 * Filters a taxonomy. 864 864 * 865 865 * The dynamic portion of the filter name, `$taxonomy`, refers … … 1232 1232 1233 1233 /** 1234 * Filter the terms query default arguments.1234 * Filters the terms query default arguments. 1235 1235 * 1236 1236 * Use 'get_terms_args' to filter the passed arguments. … … 1275 1275 1276 1276 /** 1277 * Filter the terms query arguments.1277 * Filters the terms query arguments. 1278 1278 * 1279 1279 * @since 3.1.0 … … 1334 1334 1335 1335 /** 1336 * Filter the ORDERBY clause of the terms query.1336 * Filters the ORDERBY clause of the terms query. 1337 1337 * 1338 1338 * @since 2.8.0 … … 1409 1409 1410 1410 /** 1411 * Filter the terms to exclude from the terms query.1411 * Filters the terms to exclude from the terms query. 1412 1412 * 1413 1413 * @since 2.3.0 … … 1564 1564 1565 1565 /** 1566 * Filter the fields to select in the terms query.1566 * Filters the fields to select in the terms query. 1567 1567 * 1568 1568 * Field lists modified using this filter will only modify the term fields returned … … 1588 1588 1589 1589 /** 1590 * Filter the terms query SQL clauses.1590 * Filters the terms query SQL clauses. 1591 1591 * 1592 1592 * @since 3.1.0 … … 1627 1627 1628 1628 /** 1629 * Filter the given taxonomy's terms cache.1629 * Filters the given taxonomy's terms cache. 1630 1630 * 1631 1631 * @since 2.3.0 … … 2048 2048 2049 2049 /** 2050 * Filter a term field to edit before it is sanitized.2050 * Filters a term field to edit before it is sanitized. 2051 2051 * 2052 2052 * The dynamic portion of the filter name, `$field`, refers to the term field. … … 2061 2061 2062 2062 /** 2063 * Filter the taxonomy field to edit before it is sanitized.2063 * Filters the taxonomy field to edit before it is sanitized. 2064 2064 * 2065 2065 * The dynamic portions of the filter name, `$taxonomy` and `$field`, refer … … 2080 2080 2081 2081 /** 2082 * Filter a term field value before it is sanitized.2082 * Filters a term field value before it is sanitized. 2083 2083 * 2084 2084 * The dynamic portion of the filter name, `$field`, refers to the term field. … … 2092 2092 2093 2093 /** 2094 * Filter a taxonomy field before it is sanitized.2094 * Filters a taxonomy field before it is sanitized. 2095 2095 * 2096 2096 * The dynamic portions of the filter name, `$taxonomy` and `$field`, refer … … 2106 2106 if ( 'slug' == $field ) { 2107 2107 /** 2108 * Filter the category nicename before it is sanitized.2108 * Filters the category nicename before it is sanitized. 2109 2109 * 2110 2110 * Use the pre_{$taxonomy}_{$field} hook instead. … … 2120 2120 2121 2121 /** 2122 * Filter the term field for use in RSS.2122 * Filters the term field for use in RSS. 2123 2123 * 2124 2124 * The dynamic portion of the filter name, `$field`, refers to the term field. … … 2132 2132 2133 2133 /** 2134 * Filter the taxonomy field for use in RSS.2134 * Filters the taxonomy field for use in RSS. 2135 2135 * 2136 2136 * The dynamic portions of the hook name, `$taxonomy`, and `$field`, refer … … 2146 2146 2147 2147 /** 2148 * Filter the term field sanitized for display.2148 * Filters the term field sanitized for display. 2149 2149 * 2150 2150 * The dynamic portion of the filter name, `$field`, refers to the term field name. … … 2160 2160 2161 2161 /** 2162 * Filter the taxonomy field sanitized for display.2162 * Filters the taxonomy field sanitized for display. 2163 2163 * 2164 2164 * The dynamic portions of the filter name, `$taxonomy`, and `$field`, refer … … 2658 2658 2659 2659 /** 2660 * Filter the terms for a given object or objects.2660 * Filters the terms for a given object or objects. 2661 2661 * 2662 2662 * @since 4.2.0 … … 2671 2671 2672 2672 /** 2673 * Filter the terms for a given object or objects.2673 * Filters the terms for a given object or objects. 2674 2674 * 2675 2675 * The `$taxonomies` parameter passed to this filter is formatted as a SQL fragment. The … … 2737 2737 } 2738 2738 /** 2739 * Filter a term before it is sanitized and inserted into the database.2739 * Filters a term before it is sanitized and inserted into the database. 2740 2740 * 2741 2741 * @since 3.0.0 … … 2916 2916 2917 2917 /** 2918 * Filter the term ID after a new term is created.2918 * Filters the term ID after a new term is created. 2919 2919 * 2920 2920 * @since 2.3.0 … … 3240 3240 3241 3241 /** 3242 * Filter whether the proposed unique term slug is bad.3242 * Filters whether the proposed unique term slug is bad. 3243 3243 * 3244 3244 * @since 4.3.0 … … 3270 3270 3271 3271 /** 3272 * Filter the unique term slug.3272 * Filters the unique term slug. 3273 3273 * 3274 3274 * @since 4.3.0 … … 3390 3390 3391 3391 /** 3392 * Filter the term parent.3392 * Filters the term parent. 3393 3393 * 3394 3394 * Hook to this filter to see if it will cause a hierarchy loop. … … 4564 4564 4565 4565 /** 4566 * Filter the tag link.4566 * Filters the tag link. 4567 4567 * 4568 4568 * @since 2.3.0 … … 4576 4576 4577 4577 /** 4578 * Filter the category link.4578 * Filters the category link. 4579 4579 * 4580 4580 * @since 1.5.0 … … 4588 4588 4589 4589 /** 4590 * Filter the term link.4590 * Filters the term link. 4591 4591 * 4592 4592 * @since 2.5.0 … … 4829 4829 4830 4830 /** 4831 * Filter a given object's ancestors.4831 * Filters a given object's ancestors. 4832 4832 * 4833 4833 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.