PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
support
<?php /** * @author OnTheGo Systems */ class WPML_Support_Info_UI_Factory { function create() { global $wpdb; $support_info = new WPML_Support_Info( $wpdb ); $template_paths = array( WPML_PLUGIN_PATH . '/templates/support/info/', ); $template_loader = new WPML_Twig_Template_Loader( $template_paths ); $template_service = $template_loader->get_template(); return new WPML_Support_Info_UI( $support_info, $template_service ); } }
[-] class-wpml-support-info.php
[edit]
[-] class-wpml-tm-support-info.php
[edit]
[-] class-wpml-support-info-ui.php
[edit]
[-] class-wpml-support-info-ui-factory.php
[edit]
[+]
..
[-] class-wpml-tm-support-info-filter.php
[edit]