コード例 #1
0
ファイル: wp-all-export-pro.php プロジェクト: hikaram/wee
 function wp_all_export_pro_updater()
 {
     // retrieve our license key from the DB
     $wp_all_export_options = get_option('PMXE_Plugin_Options');
     // setup the updater
     $updater = new PMXE_Updater($wp_all_export_options['info_api_url'], __FILE__, array('version' => PMXE_VERSION, 'license' => false, 'item_name' => PMXE_Plugin::getEddName(), 'author' => 'Soflyy'));
 }