Change filter hook name to statify__skip_tracking (as of Statify 1.5.0)

This commit is contained in:
Stefan Kalscheuer 2017-06-10 14:36:38 +02:00
parent 9dae145637
commit 0bf0f3fb9b

View File

@ -57,7 +57,7 @@ class StatifyBlacklist {
/* Add Filter to statify hook if enabled */ /* Add Filter to statify hook if enabled */
if ( self::$_options['referer']['active'] != 0 ) { if ( self::$_options['referer']['active'] != 0 ) {
add_filter( 'statify_skip_tracking', array( 'StatifyBlacklist', 'apply_blacklist_filter' ) ); add_filter( 'statify__skip_tracking', array( 'StatifyBlacklist', 'apply_blacklist_filter' ) );
} }
/* Admin only filters */ /* Admin only filters */