pre_{$taxonomy}_{$field}

pre_{$taxonomy}_{$field}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pre_{$taxonomy}_{$field}') is found 1 times:

  • /wp-includes/taxonomy.php line 1820
    		 * @since 2.3.0
    		 *
    		 * @param mixed $value Value of the taxonomy field.
    		 */
    		$value = apply_filters( "pre_{$taxonomy}_{$field}", $value );
    
    		// Back compat filters.
    		if ( 'slug' === $field ) {
    			/**
    			 * Filters the category nicename before it is sanitized.
    			 *