Filter for URL modifications
-
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
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Filter for URL modifications’ is closed to new replies.