term_{$field}_rss

term_{$field}_rss

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/taxonomy.php line 1847
    		 *
    		 * @param mixed  $value    Value of the term field.
    		 * @param string $taxonomy Taxonomy slug.
    		 */
    		$value = apply_filters( "term_{$field}_rss", $value, $taxonomy );
    
    		/**
    		 * Filters the taxonomy field for use in RSS.
    		 *
    		 * The dynamic portions of the hook name, `$taxonomy`, and `$field`, refer
    		 * to the taxonomy slug and field name, respectively.