apply_filters( 'wp_insert_term_data', array $data, string $taxonomy, array $args )

Filters term data before it is inserted into the database.


Description Description


Parameters Parameters

$data

(array) Term data to be inserted.

$taxonomy

(string) Taxonomy slug.

$args

(array) Arguments passed to wp_insert_term().


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.