← All changes
|
includes/editor-templates/panel-elements-sticky-promotion.php
+0
-3
4.2.0-dev2
→
4.3.1
View file →
| @@ -5,11 +5,8 @@ | ||
| 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; ?> | |
| 12 | 9 | <div class="elementor-get-pro-sticky-message"> |
| 13 | 10 | <?php echo esc_html( $promotion_data_sticky['message'] ); ?> |
| 14 | 11 | <a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a> |
| 15 | 12 | </div> |