Skip to content

Commit 8a880b1

Browse files
committed
add file
1 parent ccc6ae9 commit 8a880b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ function is_frontend() {
230230
require_once( plugin_dir_path( __FILE__ ) . 'src/kses.php' );
231231
require_once( plugin_dir_path( __FILE__ ) . 'src/dynamic-breakpoints.php' );
232232
require_once( plugin_dir_path( __FILE__ ) . 'src/design-library/init.php' );
233+
require_once( plugin_dir_path( __FILE__ ) . 'src/design-library/default-placeholders.php' );
233234
require_once( plugin_dir_path( __FILE__ ) . 'src/styles/block-design-system.php' );
234235
require_once( plugin_dir_path( __FILE__ ) . 'src/plugins/theme-block-style-inheritance/index.php' );
235236
require_once( plugin_dir_path( __FILE__ ) . 'src/global-settings.php' );

0 commit comments

Comments
 (0)