Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Remove home_url language

$
0
0

Replies: 0

Is there a way to remove your filter that breaks the home_url() command? I tried the following:

$tp = TRP_Translate_Press::get_trp_instance();
$uc = $tp->get_component( ‘url_converter’ );
remove_filter( ‘home_url’, $uc, ‘add_language_to_home_url’, 1, 4 );
echo( home_url() );

But the url still returns with the /lang/ part at the end.


Viewing all articles
Browse latest Browse all 59525

Trending Articles