[ad_1]
Hi, I am the owner of WP Fastest Cache. I want to add a condition as below. I need to get the value of the “URL modifications” option via filter. How can I do it? Here is my temporary solution.
$polylang_settings = get_option(“polylang”);
if($polylang_settings[“force_lang”] == 3){
// do something
}
- This topic was modified 13 hours, 7 minutes ago by .
