Skip to content

Commit ab4c149

Browse files
committed
fix embed notice
1 parent cb5b078 commit ab4c149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Promotions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function can_load( $product ) {
154154
$promotions_to_load[] = 'feedzy_import';
155155

156156
if ( defined( 'NEVE_VERSION' ) || defined( 'WPMM_PATH' ) || defined( 'OTTER_BLOCKS_VERSION' ) || defined( 'OBFX_URL' ) ) {
157-
$promos[] = 'feedzy_embed';
157+
$promotions_to_load[] = 'feedzy_embed';
158158
}
159159
$promotions_to_load = array_unique( $promotions_to_load );
160160

0 commit comments

Comments
 (0)