We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, in WP Admin backend the plugin says:
define( "WP_CACHE", true ); is not in wp-config.php. Either click "Attempt Fix" or add the code manually.
Code that plugin will write if able is:
define( 'WP_CACHE', true ); // Simple Cache
Typo is double quote appearing in WP backend, but really is single quote. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, in WP Admin backend the plugin says:
define( "WP_CACHE", true ); is not in wp-config.php. Either click "Attempt Fix" or add the code manually.
Code that plugin will write if able is:
define( 'WP_CACHE', true ); // Simple Cache
Typo is double quote appearing in WP backend, but really is single quote. Thank you.
The text was updated successfully, but these errors were encountered: