initial
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Registers the Carousel Control block.
|
||||
*
|
||||
* @package GenerateBlocksPro
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
// Load the class file.
|
||||
require_once GENERATEBLOCKS_PRO_DIR . 'includes/blocks/carousel-control/class-carousel-control.php';
|
||||
Reference in New Issue
Block a user