PluginProbe
Catch Breadcrumb / 1.7
Catch Breadcrumb v1.7
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-activator.php

class-catch-breadcrumb-activator.php in Catch Breadcrumb 1.7, at includes/class-catch-breadcrumb-activator.php

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