Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
plugins
/
contact-form-7
/
includes
/
block-editor
:
block-editor.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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' ) ); }