{$taxonomy}_{$field}_rss

{$taxonomy}_{$field}_rss

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/taxonomy.php line 1859
    		 * @since 2.3.0
    		 *
    		 * @param mixed $value Value of the taxonomy field.
    		 */
    		$value = apply_filters( "{$taxonomy}_{$field}_rss", $value );
    	} else {
    		// Use display filters by default.
    
    		/**
    		 * Filters the term field sanitized for display.
    		 *