Skip to content

Typo on recommendation of enabling WP CACHE #127

@MagneticArrow

Description

@MagneticArrow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions