initial
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Register the Form Field Control block.
|
||||
*
|
||||
* @package GenerateBlocksPro
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/class-form-field-control.php';
|
||||
Reference in New Issue
Block a user