PluginProbe
Catch Breadcrumb / 2.1
Catch Breadcrumb v2.1
trunk 1.0.0 1.0.1 1.0.2 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6 1.7 1.8 1.9 2.0 2.1 2.2 All 29 releases
catch-breadcrumb / includes / class-catch-breadcrumb-deactivator.php

class-catch-breadcrumb-deactivator.php in Catch Breadcrumb 2.1, at includes/class-catch-breadcrumb-deactivator.php

37 lines 659 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://catchplugins.com/plugins
7 * @since 1.0.0
8 *
9 * @package Catch_Breadcrumb
10 * @subpackage Catch_Breadcrumb/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 Catch_Breadcrumb
20 * @subpackage Catch_Breadcrumb/includes
21 * @author Catch Plugins <info@catchplugins.com>
22 */
23 class Catch_Breadcrumb_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