wip adding fbpatch plugin
This commit is contained in:
29
plugins/fbpatch/fbpatch.php
Normal file
29
plugins/fbpatch/fbpatch.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: fbpatch_plugin
|
||||
Plugin URI:
|
||||
Description: some patchs for the form_builder plugin's bugs
|
||||
Author: hugogogo
|
||||
Version: 0.1.0
|
||||
Author URI:
|
||||
*/
|
||||
|
||||
/*
|
||||
* it means someone outside wp is accessing the file, in this case kill it.
|
||||
*/
|
||||
if (!defined('ABSPATH')) {
|
||||
die('You can not access this file!');
|
||||
}
|
||||
|
||||
|
||||
|
||||
include_once(plugin_dir_path(__FILE__) . '/php/fbpatch_class.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/php/calculations.php');
|
||||
|
||||
include_once(plugin_dir_path(__FILE__) . '/menu/admin_menu.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/menu/admin_menu_toggle.php');
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user