do_action( 'clean_object_term_cache', array $object_ids, string $object_type )

Fires after the object term cache has been cleaned.


Parameters

$object_ids array
An array of object IDs.
$object_type string
Object type.

Top ↑

Source

File: wp-includes/taxonomy.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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