File "contact-info.php"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php
File
size: 349 B (349 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?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' ) );