File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Infrastructure/WP/GutenbergBlock/AmeliaCatalogGutenbergBlock.php
Back
<?php /** * @copyright © TMS-Plugins. All rights reserved. * @licence See LICENCE.md for license details. */ namespace AmeliaBooking\Infrastructure\WP\GutenbergBlock; /** * Class AmeliaCatalogGutenbergBlock * * @package AmeliaBooking\Infrastructure\WP\GutenbergBlock */ class AmeliaCatalogGutenbergBlock extends GutenbergBlock { /** * Register Amelia Catalog block for gutenberg */ public static function registerBlockType() { wp_enqueue_script( 'amelia_catalog_gutenberg_block', AMELIA_URL . 'public/js/gutenberg/amelia-catalog/amelia-catalog-gutenberg.js', array('wp-blocks', 'wp-components', 'wp-element', 'wp-editor') ); register_block_type( 'amelia/catalog-gutenberg-block', array('editor_script' => 'amelia_catalog_gutenberg_block') ); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings