/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/frontend
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/frontend/choose-lang-domain.php (870B)
model->get_language( $this->links_model->get_language_from_url() );
}
/**
* Adds query vars to query for home pages in all languages
*
* @since 1.5
*
* @return void
*/
public function home_requested() {
$this->set_curlang_in_query( $GLOBALS['wp_query'] );
/** This action is documented in src/frontend/choose-lang.php */
do_action( 'pll_home_requested' );
}
}