Bulk exclude user-agents?
-
Hi,
Thank you for this amazing caching plugin, I’m using it more an more!
I have to exclude many user agents (like 50) on every WordPress install where I’m using the plugin. Any chance to bulk import the user agents for the exclude function?
I found this part in your code:
if(get_option("WpFastestCacheExclude")){ update_option("WpFastestCacheExclude", $data); }else{ add_option("WpFastestCacheExclude", $data, null, "yes"); }
If you can show me how to build $data, I think I should be able to bulk import it.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Bulk exclude user-agents?’ is closed to new replies.