Loading s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ function s3_uploads_init() { return; } // Make sure the plugin is enabled when autoenable is on, or in a CLI system // Make sure the plugin is enabled when autoenable is on, or in a CLI system (so the migrate command works) if ( ( ! defined( 'WP_CLI') || ! WP_CLI ) && // If CLI is enabled, skip our other checks ( defined( 'S3_UPLOADS_AUTOENABLE' ) && false === S3_UPLOADS_AUTOENABLE ) && // If the constant is used and set to false, skip 'enabled' !== get_option( 's3_uploads_enabled' ) ) { // If the plugin is not enabled, skip Loading Loading
s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ function s3_uploads_init() { return; } // Make sure the plugin is enabled when autoenable is on, or in a CLI system // Make sure the plugin is enabled when autoenable is on, or in a CLI system (so the migrate command works) if ( ( ! defined( 'WP_CLI') || ! WP_CLI ) && // If CLI is enabled, skip our other checks ( defined( 'S3_UPLOADS_AUTOENABLE' ) && false === S3_UPLOADS_AUTOENABLE ) && // If the constant is used and set to false, skip 'enabled' !== get_option( 's3_uploads_enabled' ) ) { // If the plugin is not enabled, skip Loading