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 cb5b078 commit ab4c149Copy full SHA for ab4c149
src/Modules/Promotions.php
@@ -154,7 +154,7 @@ public function can_load( $product ) {
154
$promotions_to_load[] = 'feedzy_import';
155
156
if ( defined( 'NEVE_VERSION' ) || defined( 'WPMM_PATH' ) || defined( 'OTTER_BLOCKS_VERSION' ) || defined( 'OBFX_URL' ) ) {
157
- $promos[] = 'feedzy_embed';
+ $promotions_to_load[] = 'feedzy_embed';
158
}
159
$promotions_to_load = array_unique( $promotions_to_load );
160
0 commit comments