PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
privacy
<?php /** * @author OnTheGo Systems */ class WPML_TM_Privacy_Content_Factory implements IWPML_Backend_Action_Loader { /** * @return IWPML_Action */ public function create() { if ( class_exists( 'WPML_Privacy_Content' ) ) { return new WPML_TM_Privacy_Content(); } return null; } }
[-] class-wpml-privacy-content.php
[edit]
[-] class-wpml-tm-privacy-content-factory.php
[edit]
[-] class-wpml-core-privacy-content.php
[edit]
[-] class-wpml-privacy-content-factory.php
[edit]
[+]
..
[-] class-wpml-tm-privacy-content.php
[edit]