class-wpml-media-privacy-content-factory.php 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php /** * @author OnTheGo Systems */ class WPML_Media_Privacy_Content_Factory implements IWPML_Backend_Action_Loader { /** * @return IWPML_Action */ public function create() { return new WPML_Media_Privacy_Content(); } }