Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 3621 | /** * Fires once after each taxonomy's term cache has been cleaned. * * @since 2.5.0 * @since 4.5.0 Added the `$clean_taxonomy` parameter. * * @param array $ids An array of term IDs. * @param string $taxonomy Taxonomy slug. * @param bool $clean_taxonomy Whether or not to clean taxonomy-wide caches */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $ids | An array of term IDs. |
string | $taxonomy | Taxonomy slug. |
bool | $clean_taxonomy | Whether or not to clean taxonomy-wide caches |