Fires when a term count is calculated, before it is updated in the database.
Parameters
$tt_idint- Term taxonomy ID.
$taxonomy_namestring- Taxonomy slug.
$countint- Term count.
Source
do_action( 'update_term_count', $tt_id, $taxonomy->name, $count );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.