We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d841 commit 87dbc74Copy full SHA for 87dbc74
plugin.php
@@ -252,7 +252,6 @@ function is_frontend() {
252
require_once( plugin_dir_path( __FILE__ ) . 'src/block/columns/index.php' );
253
require_once( plugin_dir_path( __FILE__ ) . 'src/block/timeline/index.php' );
254
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' );
256
}
257
258
/**
src/block-components/image/index.php src/compatibility/ewww.phpsrc/block-components/image/index.php renamed to src/compatibility/ewww.php
src/compatibility/index.php
@@ -6,4 +6,5 @@
6
7
8
require_once( plugin_dir_path( __FILE__ ) . './neve/index.php' );
9
+require_once( plugin_dir_path( __FILE__ ) . './ewww.php' );
10
require_once( plugin_dir_path( __FILE__ ) . './woocommerce.php' );
0 commit comments