do_action( ‘clean_object_term_cache’, array $object_ids, string $object_type )

In this article

Fires after the object term cache has been cleaned.

Parameters

$object_idsarray
An array of object IDs.
$object_typestring
Object type.

Source

do_action( 'clean_object_term_cache', $object_ids, $object_type );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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