plugin.php
446 Bytes
<?php
/**
* Plugin Name: Modal Block
* Plugin URI: https://github.com/merbird/modal-block
* Description: This is a Gutenberg block modal / popup plugin
* Author: Mark Bird
* Version: 2.1
* License: GPL2+
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
*
* @package CGB
*/
// Exit if accessed directly.
if (!defined('ABSPATH')) {
exit;
}
/**
* Block Initializer.
*/
require_once plugin_dir_path(__FILE__) . 'src/init.php';