PluginProbe
Essential Widgets / 3.2
Essential Widgets v3.2
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / includes / class-essential-widgets-activator.php

class-essential-widgets-activator.php in Essential Widgets 3.2, at includes/class-essential-widgets-activator.php

37 lines 647 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * Fired during plugin activation
5 *
6 * @link https://catchplugins.com
7 * @since 1.0.0
8 *
9 * @package Essential_Widgets
10 * @subpackage Essential_Widgets/includes
11 */
12
13 /**
14 * Fired during plugin activation.
15 *
16 * This class defines all code necessary to run during the plugin's activation.
17 *
18 * @since 1.0.0
19 * @package Essential_Widgets
20 * @subpackage Essential_Widgets/includes
21 * @author Catch Plugins <info@catchplugins.com>
22 */
23 class Essential_Widgets_Activator {
24
25 /**
26 * Short Description. (use period)
27 *
28 * Long Description.
29 *
30 * @since 1.0.0
31 */
32 public static function activate() {
33
34 }
35
36 }
37