Add classes library
This commit is contained in:
1
lib/classes
Submodule
1
lib/classes
Submodule
Submodule lib/classes added at 30dfdddfac
@@ -21,6 +21,9 @@ if ( !function_exists( 'add_action' ) ) {
|
|||||||
define( 'SPORTSPRESS_VERSION', '0.1' );
|
define( 'SPORTSPRESS_VERSION', '0.1' );
|
||||||
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|
||||||
|
// Libraries
|
||||||
|
include dirname( __FILE__ ) . '/lib/classes/eos.class.php' ;
|
||||||
|
|
||||||
// Globals
|
// Globals
|
||||||
include dirname( __FILE__ ) . '/globals.php' ;
|
include dirname( __FILE__ ) . '/globals.php' ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user