stklcode / statify-blacklist

Filter extension for the Statify WordPress plugin
https://wordpress.org/plugins/statify-blacklist/
GNU General Public License v2.0
2 stars 1 forks source link

postpone jump out on AJAX calls for Statify 1.7 compatibility #22

Closed stklcode closed 4 years ago

stklcode commented 4 years ago

Statify 1.7 changed the JS tacking endpoint to WP AJAX (see pluginkollektiv/statify#109), so we must not skip the complete initialization on AJAX calls anymore.

The routine now breaks after adding the filter (if necessary).