| | |
| | | require(JVB_DIR . '/build/summary/render.php'); |
| | | require(JVB_DIR . '/build/forms/render.php'); |
| | | require(JVB_DIR . '/build/menu/render.php'); |
| | | if (!empty(Registrar::getFeatured('is_glossary'))) { |
| | | if (!empty(Registrar::withFeature('is_glossary'))) { |
| | | error_log('Has Glossary Type'); |
| | | require(JVB_DIR . '/build/glossary/render.php'); |
| | | } |
| | |
| | | // ] |
| | | // ); |
| | | // } |
| | | if (!empty(Registrar::getFeatured('show_directory'))) { |
| | | if (!empty(Registrar::withFeature('show_directory'))) { |
| | | register_block_type( |
| | | JVB_DIR . '/build/list', |
| | | [ |