PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
request-handling
<?php class WPML_REST_Request_Analyze_Factory { /** * @return WPML_REST_Request_Analyze */ public static function create() { /** * @var \WPML_URL_Converter $wpml_url_converter * @var \WPML_Language_Resolution $wpml_language_resolution */ global $wpml_url_converter, $wpml_language_resolution; return new WPML_REST_Request_Analyze( $wpml_url_converter, $wpml_language_resolution->get_active_language_codes(), new WP_Rewrite() ); } }
[+]
redirection
[-] wpml-backend-request.class.php
[edit]
[-] class-wpml-frontend-request.php
[edit]
[-] wpml-request.class.php
[edit]
[-] class-wpml-language-per-domain-sso.php
[edit]
[-] class-wpml-super-globals-validation.php
[edit]
[-] class-wpml-rest-request-analyze.php
[edit]
[-] class-wpml-language-resolution.php
[edit]
[-] class-wpml-language-domain-validation.php
[edit]
[-] class-wpml-frontend-redirection-url.php
[edit]
[+]
..
[-] class-wpml-rest-request-analyze-factory.php
[edit]
[-] class-wpml-frontend-redirection.php
[edit]