Skip to content

Commit

Permalink
re-add "edit_user_profile_update" to default flush hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 20, 2022
1 parent 8bbc10d commit decdd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/class-cachify.php
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@ public static function register_flush_cache_hooks() {
'delete_term' => 10,
'edit_terms' => 10,
'delete_user' => 10,
'edit_user_profile_update' => 10,
/* third party */
'autoptimize_action_cachepurged' => 10,
);
Expand Down

0 comments on commit decdd88

Please sign in to comment.