| 1 |
<?php |
| 2 |
/** |
| 3 |
* Additional PHP for blocks. |
| 4 |
* |
| 5 |
* @package ghostkit |
| 6 |
*/ |
| 7 |
|
| 8 |
if ( ! defined( 'ABSPATH' ) ) { |
| 9 |
exit; |
| 10 |
} |
| 11 |
|
| 12 |
require_once( ghostkit()->plugin_path . 'blocks/widgetized-area/block.php' ); |
| 13 |
require_once( ghostkit()->plugin_path . 'blocks/instagram/block.php' ); |
| 14 |
require_once( ghostkit()->plugin_path . 'blocks/twitter/block.php' ); |
| 15 |
require_once( ghostkit()->plugin_path . 'blocks/customizer/block.php' ); |
| 16 |
require_once( ghostkit()->plugin_path . 'blocks/custom-css/block.php' ); |
| 17 |
|