<?php /** * Activation class. * * @package Magazine Blocks * @since 1.0.0 */ namespace MagazineBlocks; defined( 'ABSPATH' ) || exit; /** * Activation class. */ class Activation { /** * Init. * * @since 1.0.0 */ public static function init() { register_activation_hook( MAGAZINE_BLOCKS_PLUGIN_FILE, array( __CLASS__, 'on_activate' ) ); } /** * Callback for plugin activation hook. * * @since 1.0.0 */ public static function on_activate() {} }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BlockTypes | Folder | 0777 |
|
|
Helpers | Folder | 0777 |
|
|
RestApi | Folder | 0777 |
|
|
traits | Folder | 0777 |
|
|
Activation.php | File | 477 B | 0644 |
|
Admin.php | File | 5.58 KB | 0644 |
|
Ajax.php | File | 2.27 KB | 0644 |
|
BlockStyles.php | File | 34.87 KB | 0644 |
|
Blocks.php | File | 13.08 KB | 0644 |
|
Deactivation.php | File | 564 B | 0644 |
|
Functions.php | File | 2.29 KB | 0644 |
|
Helper.php | File | 3.32 KB | 0644 |
|
Icon.php | File | 3.86 KB | 0644 |
|
MagazineBlocks.php | File | 2.83 KB | 0644 |
|
MaintenanceMode.php | File | 3.1 KB | 0644 |
|
Review.php | File | 6.64 KB | 0644 |
|
ScriptStyle.php | File | 10.25 KB | 0644 |
|
Setting.php | File | 5.57 KB | 0644 |
|
Update.php | File | 1.93 KB | 0644 |
|
Utils.php | File | 5.77 KB | 0644 |
|
WebFontLoader.php | File | 17.23 KB | 0644 |
|