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