pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
77 stars 23 forks source link

add action after options change to delete transients and flush Cachify #154

Closed stklcode closed 4 years ago

stklcode commented 4 years ago

Supersedes #148. Fixes #147 and fixes #152.

Introduce a new action hook for update_option_statify as suggested by @chesio.

In contrast to #148 this allows easy extension to get around the problem that Cachify cache was not flushed. This is now fixed with minor enhancement that it's only flushed if JS settings have actually changed.

chesio commented 4 years ago

Looks good to me, thank you @stklcode!