You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
<?php
|
|
|
|
|
|
/**
|
|
|
* Fired during plugin activation
|
|
|
*
|
|
|
* @link https://horizontes.info
|
|
|
* @since 1.0.0
|
|
|
*
|
|
|
* @package Reuna_Blocos
|
|
|
* @subpackage Reuna_Blocos/includes
|
|
|
*/
|
|
|
|
|
|
/**
|
|
|
* Fired during plugin activation.
|
|
|
*
|
|
|
* This class defines all code necessary to run during the plugin's activation.
|
|
|
*
|
|
|
* @since 1.0.0
|
|
|
* @package Reuna_Blocos
|
|
|
* @subpackage Reuna_Blocos/includes
|
|
|
* @author Horizontes Coop. <contato@horizontes.info>
|
|
|
*/
|
|
|
class Reuna_Blocos_Activator {
|
|
|
|
|
|
/**
|
|
|
* Short Description. (use period)
|
|
|
*
|
|
|
* Long Description.
|
|
|
*
|
|
|
* @since 1.0.0
|
|
|
*/
|
|
|
public static function activate() {
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|