Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
24 lines (22 loc) · 1.01 KB

File metadata and controls

24 lines (22 loc) · 1.01 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.