Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ( ! function_exists( 'home_url_multilang' ) ) {
- /**
- * Get Home URL for Multilanguage
- */
- function home_url_multilang( $path = '', $scheme = null ) {
- if ( function_exists( 'pll_home_url' ) ) {
- return pll_home_url( '' ) . $path;
- }
- return home_url( $path, $scheme );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement