43 results found for "clean cache". Showing results 31 to 43.

edit_term

Action Hook: Fires after a term has been updated, but before the term cache has been cleaned.

Source: wp-includes/taxonomy.php:3382

Used by 1 function | Uses 0 functions

create_term

Action Hook: Fires immediately after a new term is created, before the term cache is cleaned.

Source: wp-includes/taxonomy.php:2629

Used by 1 function | Uses 0 functions

delete_term

Action Hook: Fires after a term is deleted from the database and the cache is cleaned.

Source: wp-includes/taxonomy.php:2169

Used by 1 function | Uses 0 functions

edited_term

Action Hook: Fires after a term has been updated, and the term cache has been cleaned.

Source: wp-includes/taxonomy.php:3423

Used by 1 function | Uses 0 functions

created_term

Action Hook: Fires after a new term is created, and after the term cache has been cleaned.

Source: wp-includes/taxonomy.php:2679

Used by 1 function | Uses 0 functions

edit_{$taxonomy}

Action Hook: Fires after a term in a specific taxonomy has been updated, but before the term cache has been cleaned.

Source: wp-includes/taxonomy.php:3402

Used by 1 function | Uses 0 functions

edited_{$taxonomy}

Action Hook: Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned.

Source: wp-includes/taxonomy.php:3443

Used by 1 function | Uses 0 functions

created_{$taxonomy}

Action Hook: Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.

Source: wp-includes/taxonomy.php:2699

Used by 1 function | Uses 0 functions