← All changes
|
includes/editor-templates/panel-elements-sticky-promotion.php
+3
-0
4.3.0
→
4.1.4
View file →
| @@ -5,8 +5,11 @@ | ||
| 5 | 5 | exit; // Exit if accessed directly. |
| 6 | 6 | } |
| 7 | 7 | ?> |
| 8 | 8 | <div id="elementor-panel-get-pro-elements-sticky"> |
| 9 | + <?php if ( ! Plugin::$instance->experiments->is_feature_active( 'e_panel_promotions' ) ) : ?> | |
| 10 | + <img class="elementor-nerd-box-icon" src="<?php echo ELEMENTOR_ASSETS_URL . 'images/unlock-sticky.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Upgrade', 'elementor' ); ?>"/> | |
| 11 | + <?php endif; ?> | |
| 9 | 12 | <div class="elementor-get-pro-sticky-message"> |
| 10 | 13 | <?php echo esc_html( $promotion_data_sticky['message'] ); ?> |
| 11 | 14 | <a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a> |
| 12 | 15 | </div> |