-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathhookr.php
More file actions
29 lines (27 loc) · 1.15 KB
/
hookr.php
File metadata and controls
29 lines (27 loc) · 1.15 KB
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
<?php !defined('ABSPATH') && exit;
/**
* ___ ___ ________ ________ ___ __ ________ ___ ________
* |\ \|\ \|\ __ \|\ __ \|\ \|\ \ |\ __ \ |\ \|\ __ \
* \ \ \\\ \ \ \|\ \ \ \|\ \ \ \/ /|\ \ \|\ \ \ \ \ \ \|\ \
* \ \ __ \ \ \\\ \ \ \\\ \ \ ___ \ \ _ _\ \ \ \ \ \\\ \
* \ \ \ \ \ \ \\\ \ \ \\\ \ \ \\ \ \ \ \\ \| __\ \ \ \ \\\ \
* \ \__\ \__\ \_______\ \_______\ \__\\ \__\ \__\\ _\|\__\ \__\ \_______\
* \|__|\|__|\|_______|\|_______|\|__| \|__|\|__|\|__\|__|\|__|\|_______|
*
* Plugin Name: Hookr
* Plugin URI: http://hookr.io/
* Description: The official Hookr plugin.
* Version: 1.0.0 (beta)
* Author: @explodybits
* Author URI: http://hookr.io/
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @package Hookr
*/
require_once dirname(__FILE__) . '/inc/bootstrap.php';
hookr(); // Welcome to the pleasure dome.