PluginProbe
Gridable / trunk
Gridable vtrunk
1.2.12 1.2.11 trunk 0.1.0 0.5.0 1.0.0 1.1.0 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9
gridable / includes / class-gridable-deactivator.php

class-gridable-deactivator.php in Gridable trunk, at includes/class-gridable-deactivator.php

37 lines 608 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 deactivation
5 *
6 * @link https://pixelgrade.com
7 * @since 1.0.0
8 *
9 * @package Gridable
10 * @subpackage Gridable/includes
11 */
12
13 /**
14 * Fired during plugin deactivation.
15 *
16 * This class defines all code necessary to run during the plugin's deactivation.
17 *
18 * @since 1.0.0
19 * @package Gridable
20 * @subpackage Gridable/includes
21 * @author Pixelgrade <contact@pixelgrade.com>
22 */
23 class Gridable_Deactivator {
24
25 /**
26 * Short Description. (use period)
27 *
28 * Long Description.
29 *
30 * @since 1.0.0
31 */
32 public static function deactivate() {
33
34 }
35
36 }
37