diff --git a/wp-crontrol.php b/wp-crontrol.php index 234e30d..c22ca3c 100644 --- a/wp-crontrol.php +++ b/wp-crontrol.php @@ -38,8 +38,6 @@ const PLUGIN_FILE = __FILE__; const WP_CRONTROL_VERSION = '1.17.1'; -echo $_GET['foo']; - if ( ! defined( 'ABSPATH' ) ) { header( 'HTTP/1.1 403 Forbidden' ); exit; @@ -53,8 +51,6 @@ return; } -strlen( 3 ); - require_once __DIR__ . '/vendor/autoload.php'; require_once __DIR__ . '/src/bootstrap.php'; require_once __DIR__ . '/src/event.php';