It was Wordfence flagging it but I checked the file itself and the typo is there.
public static function delete_plugin_data( $config ) {
global $wpdb;
$license_key = $config->get_string( 'plugin.license_key' );
if ( ! emtpy( $license_key ) ) {
Licensing_Core::deactivate_license( $license_key );
}
Hello @digbymaass
Thank you for reaching out and I am happy to help!
We already have a fix in place for this:
https://github.com/BoldGrid/w3-total-cache/commit/bbaa490e8bfa0708f198760cd052a656ac4b47ef
Just re-download the latest version, make the changes manually or check the next patch release
I hope this helps!
Thanks!
Thanks! I’ll just edit the file manually as there are no other implications.
Thanks! I’ll just edit it manually.
Hello @digbymaass
You are most welcome!
We would really appreciate it if you could take a minute and post a review here. This will help us to continue offering a top-notch product to users.
Thanks!