Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | apply_filters | 2495 | /** * 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(). */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $data | Term data to be inserted. |
string | $taxonomy | Taxonomy slug. |
array | $args | Arguments passed to wp_insert_term(). |