FEATURE Register new ACF block for statistics data
This commit is contained in:
parent
d4644d502f
commit
0c5954a226
|
|
@ -38,11 +38,13 @@ require_once __DIR__ . '/blocks/explore-tags/explore-tags.php';
|
|||
require_once __DIR__ . '/blocks/revues-precedentes/revues-precedentes.php';
|
||||
|
||||
|
||||
|
||||
/* ---------------------------
|
||||
##### REGISTER ACF BLOCKS
|
||||
---------------------------*/
|
||||
function dynamiques_register_acf_blocks_init()
|
||||
{
|
||||
register_block_type(__DIR__ . '/acf-blocks/team-authors');
|
||||
register_block_type(__DIR__ . '/acf-blocks/team-authors');
|
||||
register_block_type(__DIR__ . '/acf-blocks/statistics-datas');
|
||||
}
|
||||
add_action('init', 'dynamiques_register_acf_blocks_init');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user