diff --git a/inc/class-statifyblacklist.php b/inc/class-statifyblacklist.php index d3efbc8..a83fb28 100644 --- a/inc/class-statifyblacklist.php +++ b/inc/class-statifyblacklist.php @@ -80,7 +80,7 @@ class StatifyBlacklist { */ public static function init() { // Skip on autosave. - if ( ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) { + if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { return; }