wordpressPlacing below line in your “settings.php” file will disable it.
ini_set('opcache.enable', '0');
However, I like the “.htaccess” method much better.
php_flag opcache.enable off
Copyright © 2024 Thank Cloud PTR. All Rights Reserved.