• Resolved edward_plainview

    (@edward_plainview)


    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)
  • Dragos

    (@dragosvrejiu)

    Hello,

    Thank you for getting in touch with us!

    Unfortunately, this is not possible with TranslatePress. The plugin’s architecture is highly dependent on the language slug change.

    Best wishes,

Viewing 1 replies (of 1 total)
  • The topic ‘Disable add_language_to_home_url filter’ is closed to new replies.