-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster-alert-boxes.php
More file actions
33 lines (30 loc) · 991 Bytes
/
master-alert-boxes.php
File metadata and controls
33 lines (30 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
* Master Alert Boxes.
*
* @package Master_Alert_Boxes
* @author Ningmua Bruno <bfaschats@gmail.com>
* @license GPL-3.0+
* @link https://about.me/bfaschat
* @copyright 2010-2021 Ningmua Bruno, Bfas237 Forum
*
* @wordpress-plugin
* Plugin Name: Master Alert Boxes
* Plugin URI: https://github.com/Bfas237/Wp-Master-Alert-Boxes
* Description: WP Master Alert Boxes is the most elegant and dynamic alert boxes for your WordPress site. Try it once, use it forever.
* Version: 1.0.0
* Author: Ningmua Bruno, Bfas237 Forum
* Author URI: https://about.me/bfaschat
* Text Domain: wp-master-alert-boxes
* Domain Path: /languages
* License: GPL-3.0+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
*/
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
/**
* Block Initializer.
*/
require_once plugin_dir_path( __FILE__ ) . 'assets/init.php';