13 lines
184 B
PHP
13 lines
184 B
PHP
<?php
|
|
/**
|
|
* Register the Form Field Label block.
|
|
*
|
|
* @package GenerateBlocksPro
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
require_once __DIR__ . '/class-form-field-label.php';
|