| 1 |
<?php |
| 2 |
//if accessed directly exit |
| 3 |
if(!defined( 'ABSPATH' )) exit; |
| 4 |
|
| 5 |
/* |
| 6 |
* Require any extra files here. For example:: |
| 7 |
* require_once "shortcodes.php"; |
| 8 |
* require_once "crontasks.php"; |
| 9 |
*/ |
| 10 |
require_once "shortcodes.php"; |
| 11 |
|
| 12 |
/** |
| 13 |
* @var $app WPFluent\Foundation\Application |
| 14 |
*/ |
| 15 |
|