2014-04-11 17:36:13 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
2014-04-26 01:21:25 +03:00
|
|
|
* TODO: Short description (no period for file headers)
|
2014-04-11 17:36:13 +03:00
|
|
|
*
|
2014-04-26 01:21:25 +03:00
|
|
|
* TODO: Long description.
|
2014-04-11 17:36:13 +03:00
|
|
|
*
|
|
|
|
* @package Plugin_Name
|
|
|
|
* @author Your Name <email@example.com>
|
|
|
|
* @license GPL-2.0+
|
|
|
|
* @link http://example.com
|
|
|
|
* @copyright 2014 Your Name or Company Name
|
|
|
|
*/
|
|
|
|
class Plugin_Name_Activator {
|
|
|
|
|
|
|
|
/**
|
2014-04-26 01:21:25 +03:00
|
|
|
* TODO: Short description. (use period)
|
2014-04-11 17:36:13 +03:00
|
|
|
*
|
2014-04-26 01:21:25 +03:00
|
|
|
* TODO: Long description.
|
2014-04-11 17:36:13 +03:00
|
|
|
*
|
|
|
|
* @since x.x.x
|
|
|
|
*
|
|
|
|
* @param type $var Description.
|
|
|
|
* @param array $args {
|
|
|
|
* Short description about this hash.
|
|
|
|
*
|
|
|
|
* @type type $var Description.
|
|
|
|
* @type type $var Description.
|
|
|
|
* }
|
|
|
|
* @param type $var Description.
|
|
|
|
*/
|
|
|
|
public static function activate() {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|