class-wpml-url-http-referer-factory.php 193 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php class WPML_URL_HTTP_Referer_Factory { /** * @return WPML_URL_HTTP_Referer */ public function create() { return new WPML_URL_HTTP_Referer( new WPML_Rest( new WP_Http() ) ); } }