D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
plugins
/
post-views-counter
/
blocks
/
post-views
/
src
/
Filename :
index.js
back
Copy
import { registerBlockType } from '@wordpress/blocks'; import Edit from './edit'; registerBlockType( "post-views-counter/post-views", { edit: Edit } );