File "block-editor.php"

Full Path: /home/flipjqml/onlinebetsolution.com/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

add_action(
	'init',
	'wpcf7_init_block_editor_assets',
	10, 0
);

function wpcf7_init_block_editor_assets() {
	register_block_type(
		wpcf7_plugin_path( 'includes/block-editor' )
	);
}