Skip to content

Commit 87dbc74

Browse files
chore: move compatibility code to compatibility folder
1 parent d54d841 commit 87dbc74

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ function is_frontend() {
252252
require_once( plugin_dir_path( __FILE__ ) . 'src/block/columns/index.php' );
253253
require_once( plugin_dir_path( __FILE__ ) . 'src/block/timeline/index.php' );
254254
require_once( plugin_dir_path( __FILE__ ) . 'src/block/icon-label/deprecated.php' );
255-
require_once( plugin_dir_path( __FILE__ ) . 'src/block-components/image/index.php' );
256255
}
257256

258257
/**

src/compatibility/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
}
77

88
require_once( plugin_dir_path( __FILE__ ) . './neve/index.php' );
9+
require_once( plugin_dir_path( __FILE__ ) . './ewww.php' );
910
require_once( plugin_dir_path( __FILE__ ) . './woocommerce.php' );

0 commit comments

Comments
 (0)