class-otgs-installer-source-factory.php 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php class OTGS_Installer_Source_Factory { public function create() { WP_Filesystem(); global $wp_filesystem; return new OTGS_Installer_Source( WP_Installer(), $wp_filesystem ); } }