| @@ -219,8 +219,9 @@ | ||
| 219 | 219 | |
| 220 | 220 | function blockspare_blocks_loader(){ |
| 221 | 221 | |
| 222 | 222 | if ( PHP_VERSION_ID >= 50600 ) { |
| 223 | + require_once BLOCKSPARE_PLUGIN_DIR .'inc/layout/class-image-importer.php'; | |
| 223 | 224 | require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/functions.php'; |
| 224 | 225 | require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/registry.php'; |
| 225 | 226 | require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/components.php'; |
| 226 | 227 | |
| @@ -242,8 +243,9 @@ | ||
| 242 | 243 | include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-grid/index.php'); |
| 243 | 244 | include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-list/index.php'); |
| 244 | 245 | |
| 245 | 246 | include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-express-grid/index.php'); |
| 247 | + include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-express-grid/post-content.php'); | |
| 246 | 248 | |
| 247 | 249 | |
| 248 | 250 | include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-carousel-grid/index.php'); |
| 249 | 251 | include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-slider/index.php'); |