PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
ATE
/
Hooks
<?php /** * @author OnTheGo Systems */ class WPML_TM_AMS_Synchronize_Actions_Factory implements IWPML_Backend_Action_Loader { /** * @return IWPML_Action|IWPML_Action[]|null */ public function create() { if ( WPML_TM_ATE_Status::is_enabled_and_activated() ) { $ams_api = WPML\Container\make( WPML_TM_AMS_API::class ); global $wpdb; $user_query_factory = new WPML_WP_User_Query_Factory(); $wp_roles = wp_roles(); $translator_records = new WPML_Translator_Records( $wpdb, $user_query_factory, $wp_roles ); $manager_records = new WPML_Translation_Manager_Records( $wpdb, $user_query_factory, $wp_roles ); $admin_translators = new WPML_Translator_Admin_Records( $wpdb, $user_query_factory, $wp_roles ); $user_records = new WPML_TM_AMS_Users( $manager_records, $translator_records, $admin_translators ); $user_factory = new WPML_WP_User_Factory(); $translator_activation_records = new WPML_TM_AMS_Translator_Activation_Records( new WPML_WP_User_Factory() ); return new WPML_TM_AMS_Synchronize_Actions( $ams_api, $user_records, $user_factory, $translator_activation_records, $manager_records, $translator_records ); } return null; } }
[-] class-wpml-tm-ams-synchronize-actions.php
[edit]
[-] class-wpml-tm-ate-post-edit-actions.php
[edit]
[-] class-wpml-tm-old-editor.php
[edit]
[-] class-wpml-tm-ate-jobs-store-actions.php
[edit]
[-] class-wpml-tm-ate-jobs-actions.php
[edit]
[-] class-wpml-tm-ams-synchronize-users-on-access-denied-factory.php
[edit]
[-] class-wpml-tm-ate-job-data-fallback-action.php
[edit]
[-] class-wpml-tm-ate-api-error.php
[edit]
[-] class-wpml-tm-ams-synchronize-actions-factory.php
[edit]
[-] class-wpml-tm-ate-post-edit-actions-factory.php
[edit]
[-] JobActions.php
[edit]
[-] class-wpml-tm-ate-jobs-actions-factory.php
[edit]
[-] class-wpml-tm-ate-translator-login.php
[edit]
[-] class-wpml-tm-ate-translator-message-classic-editor.php
[edit]
[-] class-wpml-tm-ate-jobs-store-actions-factory.php
[edit]
[-] class-wpml-tm-ate-translator-message-classic-editor-factory.php
[edit]
[-] JobActionsFactory.php
[edit]
[-] class-wpml-tm-ate-translator-login-factory.php
[edit]
[-] ReturnedJobActionsFactory.php
[edit]
[-] class-wpml-tm-ate-job-data-fallback-action-factory.php
[edit]
[+]
..
[-] class-wpml-tm-ate-required-actions-base.php
[edit]
[-] ReturnedJobActions.php
[edit]
[-] class-wpml-tm-ams-synchronize-users-on-access-denied.php
[edit]
[-] class-wpml-tm-old-editor-factory.php
[edit]