do_action( ‘update_term_count’, int $tt_id, string $taxonomy_name, int $count )

In this article

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

VersionDescription
6.9.0Introduced.

User Contributed Notes

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