Disable add_language_to_home_url filter
-
Is there a way to remove the filter to change the site URL you add in the main class?
$this->loader->add_filter( 'home_url', $this->url_converter, 'add_language_to_home_url', 1, 4 );
Something like this:
remove_filter( 'home_url', [ translatepress->url_converter ], 1, 4 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable add_language_to_home_url filter’ is closed to new replies.