init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Contact Info block and its child blocks.
|
||||
*
|
||||
* @since 7.1.0
|
||||
*
|
||||
* @package automattic/jetpack
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Extensions\Contact_Info;
|
||||
|
||||
use Jetpack_Contact_Info_Block;
|
||||
|
||||
require_once __DIR__ . '/class-jetpack-contact-info-block.php';
|
||||
|
||||
add_action( 'init', array( Jetpack_Contact_Info_Block::class, 'register_block' ) );
|
||||
Reference in New Issue
Block a user