File "class-cf7-customizer-activator.php"
Full Path: /home/pumpbmko/public_html/wp-content/plugins/xs30byau/includes/class-cf7-customizer-activator.php
File size: 620 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Fired during plugin activation
*
* @link saleswonder.biz
* @since 1.0.0
*
* @package Cf7_Customizer
* @subpackage Cf7_Customizer/includes
*/
/**
* Fired during plugin activation.
*
* This class defines all code necessary to run during the plugin's activation.
*
* @since 1.0.0
* @package Cf7_Customizer
* @subpackage Cf7_Customizer/includes
* @author Tobias Conrad <tc@saleswonder.biz>
*/
class Cf7_Customizer_Activator {
/**
* Short Description. (use period)
*
* Long Description.
*
* @since 1.0.0
*/
public static function activate() {
}
}