avoid wordpress plugin file caching during development

I noticed that changes made strictly to plugin file does not instantly available after plugin page refreshing in /wp-admin/ and thus I suspect the object caching is taking place, as the blog itself does not have any caching plugin installed.

is there any way to disable caching for my plugin during development process ?

Read More

tried:

wp_cache_flush();

Related posts

1 comment

Comments are closed.