Changeset 41191
- Timestamp:
- 07/30/2017 03:09:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r41037 r41191 3933 3933 $termlink = $wp_rewrite->get_extra_permastruct($taxonomy); 3934 3934 3935 /** 3936 * Filters the permalink structure for a terms before token replacement occurs. 3937 * 3938 * @since 4.9.0 3939 * 3940 * @param string $termlink The permalink structure for the term's taxonomy. 3941 * @param WP_Term $term The term object. 3942 */ 3943 $termlink = apply_filters( 'pre_term_link', $termlink, $term ); 3944 3935 3945 $slug = $term->slug; 3936 3946 $t = get_taxonomy($taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.