Change filter hook name to statify__skip_tracking (as of Statify 1.5.0)
This commit is contained in:
parent
9dae145637
commit
0bf0f3fb9b
@ -57,7 +57,7 @@ class StatifyBlacklist {
|
||||
|
||||
/* Add Filter to statify hook if enabled */
|
||||
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user