' . esc_html( home_url( $this->links_model->using_permalinks ? 'en/my-post/' : '?lang=en&p=1' ) ) . ''; ?>
' . esc_html( str_replace( array( '://', 'www.' ), array( '://en.', '' ), home_url( 'my-post/' ) ) ) . ''; ?>
' . esc_html( home_url( 'en/' ) ) . ''; ?>
' . esc_html( home_url( 'language/en/' ) ) . ''; ?>
model->post->get_language( $this->page_on_front ); /** @var PLL_Language $lang */ $lang = $lang ? $lang : $this->model->get_default_language(); printf( /* translators: %1$s example url when the option is active. %2$s example url when the option is not active */ esc_html__( 'Example: %1$s instead of %2$s', 'polylang' ), '' . esc_html( $this->links_model->home_url( $lang ) ) . '', '' . esc_html( _get_page_link( $this->page_on_front ) ) . '' ); ?>
' . esc_html( $this->links_model->home_url( $lang ) ) . '
' . esc_html( _get_page_link( $this->page_on_front ) ) . '