We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row 344 fix for is_category()
if( $polylang->options['force_lang'] == 1 && $lang == pll_default_language() ){ return home_url('/'.$translated_term->slug); } else { return home_url('/'.$lang.'/'.$translated_term->slug); }
The text was updated successfully, but these errors were encountered:
Sorry! Use this.
if( $polylang->options['hide_default'] && $lang == pll_default_language() ){ return home_url('/'.$translated_term->slug); } else { return home_url('/'.$lang.'/'.$translated_term->slug); }
Sorry, something went wrong.
Fix issue KLicheR#28.
772c946
No branches or pull requests
Row 344 fix for is_category()
if( $polylang->options['force_lang'] == 1 && $lang == pll_default_language() ){
return home_url('/'.$translated_term->slug);
} else {
return home_url('/'.$lang.'/'.$translated_term->slug);
}
The text was updated successfully, but these errors were encountered: