Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
flexible-shipping-pro
/
vendor
/
wpdesk
/
wp-builder
/
src
/
Plugin
:
Activateable.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace WPDesk\PluginBuilder\Plugin; /** * Tag the plugin with this ingterface to hook it to the WordPress activation hook. * * Note: works from plugin flow ^2.2. * * @package WPDesk\PluginBuilder\Plugin */ interface Activateable { /** * Plugin activated in WordPress. Do not execute directly. * * @return void */ public function activate(); }