• File: block-editor.php
  • Full Path: /home/atelipy/www/wpmain/includes/dist/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' )
	);
}