term_{$field}

term_{$field}

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/taxonomy.php line 1875
    		 * @param int    $term_id  Term ID.
    		 * @param string $taxonomy Taxonomy slug.
    		 * @param string $context  Context to retrieve the term field value.
    		 */
    		$value = apply_filters( "term_{$field}", $value, $term_id, $taxonomy, $context );
    
    		/**
    		 * Filters the taxonomy field sanitized for display.
    		 *
    		 * The dynamic portions of the filter name, `$taxonomy`, and `$field`, refer
    		 * to the taxonomy slug and taxonomy field, respectively.