initial commit
This commit is contained in:
20
tonys-sportspress-enhancements.php
Normal file
20
tonys-sportspress-enhancements.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: Tonys SportSpress Enhancements
|
||||
* Plugin URI: PLUGIN SITE HERE
|
||||
* Description: Suite of SportsPress Enhancements
|
||||
* Author: YOUR NAME HERE
|
||||
* Author URI: YOUR SITE HERE
|
||||
* Text Domain: tonys-sportspress-enhancements
|
||||
* Domain Path: /languages
|
||||
* Version: 0.1.0
|
||||
*
|
||||
* @package Tonys_Sportspress_Enhancements
|
||||
*/
|
||||
|
||||
|
||||
// Include other files here
|
||||
// require_once plugin_dir_path(__FILE__) . 'includes/sp-event-has-outcome.php';
|
||||
require_once plugin_dir_path(__FILE__) . 'includes/sp-event-has-outcome-filter.php';
|
||||
require_once plugin_dir_path(__FILE__) . 'includes/timeframe-filter.php';
|
||||
require_once plugin_dir_path(__FILE__) . 'includes/sp-event-status-filter.php';
|
||||
Reference in New Issue
Block a user