'carhop-blocks', 'title' => __('Blocs Carhop ', 'carhop-blocks'), 'icon' => 'heart', ], ], $categories ); } add_action('block_categories_all', 'carhop_add_block_categories', 25, 2); /* ---------------------------------------------------------------- ##### ENQUEUE BLOCKS ------------------------------------------------------------------*/ function carhop_register_blocks() { if (!function_exists('register_block_type')) { return; } register_block_type(__DIR__ . '/blocks/latest-news/build'); register_block_type(__DIR__ . '/blocks/front-header/build'); register_block_type(__DIR__ . '/blocks/chapter-section/build'); register_block_type(__DIR__ . '/blocks/dbmob-grid/build'); register_block_type(__DIR__ . '/blocks/content-box/build'); register_block_type(__DIR__ . '/blocks/heading/build'); register_block_type(__DIR__ . '/blocks/decorative-shapes/build'); } add_action('init', 'carhop_register_blocks'); /* ---------------------------------------------------------------- ##### ENQUEUE BLOCKS ------------------------------------------------------------------*/ require_once __DIR__ . '/blocks/subscribe-infolettre/subscribe-infolettre.php'; require_once __DIR__ . '/blocks/cta/cta.php';