Description
Filters term data before it is inserted into the database.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 2583 |
wp-includes/taxonomy.php | 3334 |
Parameters
Type | Name | Description |
---|---|---|
array | $data | Term data to be inserted. |
string | $taxonomy | Taxonomy slug. |
array | $args | Arguments passed to wp_insert_term(). |
PHP Doc
/**
* Filters term data before it is inserted into the database.
*
* @since 4.7.0
*
* @param array $data Term data to be inserted.
* @param string $taxonomy Taxonomy slug.
* @param array $args Arguments passed to wp_insert_term().
*/