-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcore-functionality.php
24 lines (22 loc) · 1.01 KB
/
core-functionality.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* Plugin Name: Core Functionality
* Plugin URI: https://github.com/billerickson/Core-Functionality
* Description: This contains all your site's core functionality so that it is theme independent.
* Version: 2.0.0
* Author: Bill Erickson
* Author URI: http://www.billerickson.net
*
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU
* General Public License version 2, as published by the Free Software Foundation. You may NOT assume
* that you can use any other version of the GPL.
*
* 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.
*
*/
// Plugin Directory
define( 'BE_DIR', dirname( __FILE__ ) );
require_once( BE_DIR . '/inc/general.php' ); // General
require_once( BE_DIR . '/inc/cpt-testimonial.php' ); // Testimonial CPT
//require_once( BE_DIR . '/inc/widget-sample.php' ); // Sample Widget