This commit is contained in:
emmymayo
2025-02-05 23:15:46 +01:00
commit 7269c99357
16995 changed files with 3389680 additions and 0 deletions
@@ -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' ) );