예제 #1
0
 /**
  * Runs the setup when the plugin is installed
  *
  * @since 0.3.1
  */
 function install()
 {
     CPM_Upgrade::getInstance()->plugin_upgrades();
     wp_schedule_event(time(), 'daily', 'cpm_daily_digest');
 }
예제 #2
0
 /**
  * Runs the setup when the plugin is installed
  *
  * @since 0.3.1
  */
 function install()
 {
     $update = CPM_Upgrade::getInstance();
     $update->plugin_upgrades();
 }