PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wpml-string-translation
/
classes
/
slug-translation
<?php class WPML_ST_Slug_Translation_Settings_Factory { /** * @throws InvalidArgumentException * @param string $element_type * * @return WPML_ST_Slug_Translation_Settings */ public function create( $element_type = null ) { global $sitepress; if ( WPML_Slug_Translation_Factory::POST === $element_type ) { return new WPML_ST_Post_Slug_Translation_Settings( $sitepress ); } if ( WPML_Slug_Translation_Factory::TAX === $element_type ) { return new WPML_ST_Tax_Slug_Translation_Settings(); } if ( ! $element_type ) { return new WPML_ST_Slug_Translation_Settings(); } throw new InvalidArgumentException( 'Invalid element type.' ); } }
[+]
RewriteRules
[-] CheckRedirect.php
[edit]
[-] wpml-st-slug-translation-settings-factory.php
[edit]
[-] wpml-st-slug-translation-ui-save.php
[edit]
[-] class-wpml-slug-translation-records.php
[edit]
[+]
post
[-] iwpml-st-rewrite-rule-filter.php
[edit]
[-] class-wpml-rewrite-rule-filter.php
[edit]
[+]
custom-types
[+]
taxonomy
[-] wpml-st-slug-translation-strings-sync.php
[edit]
[-] wpml-st-slug-translation-settings.php
[edit]
[-] wpml-slug-translation-records-factory.php
[edit]
[-] wpml-st-slug-translation-api.php
[edit]
[+]
new-match-finder
[-] class-wpml-slug-translation.php
[edit]
[-] wpml-st-slug-translation-ui-factory.php
[edit]
[-] wpml-rewrite-rule-filter-factory.php
[edit]
[-] wpml-st-element-slug-translation-ui-model.php
[edit]
[-] wpml-st-element-slug-translation-ui.php
[edit]
[+]
..
[-] wpml-st-slug.php
[edit]
[-] wpml-slug-translation-factory.php
[edit]