diff --git a/ilmenite-cookie-consent.php b/ilmenite-cookie-consent.php index 72d2a66..67002e4 100644 --- a/ilmenite-cookie-consent.php +++ b/ilmenite-cookie-consent.php @@ -310,7 +310,7 @@ public static function get_remember_me_duration() { /** * Add body classes * - * @param array $classes + * @param array $classes * * @return array */ @@ -346,10 +346,6 @@ public function is_debugging() { return ILCC_DEBUG; } - if ( defined( 'WP_DEBUG' ) ) { - return WP_DEBUG; - } - return false; }