• File: block-editor.php
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php
  • Date Modified: 10/29/2024 2:44 PM
  • 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' )
	);
}