I want to set value of soap.wsdl_cache_enabled = 0 in php.ini, but do not get any option in ini.
How to change it?
I have a WordPress plugin which gets data form a webservice, I have deleted the WSDL file but it is working, is it taking from cache?
Try this in your config file:
ini_set('soap.wsdl_cache_enabled', '0');
ini_set('soap.wsdl_cache_ttl', '0');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With