WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_term_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 1751 /**
* Filters a term field value before it is sanitized.
*
* The dynamic portion of the hook name, `$field`, refers to the term field.
*
* @since 2.3.0
*
* @param mixed $value Value of the term field.
* @param string $taxonomy Taxonomy slug.
*/

Hook Parameters

Parameter Type Name Description
mixed $value Value of the term field.
string $taxonomy Taxonomy slug.