| 1 |
<?php |
| 2 |
namespace Elementor; |
| 3 |
|
| 4 |
if ( ! defined( 'ABSPATH' ) ) { |
| 5 |
exit; // Exit if accessed directly. |
| 6 |
} |
| 7 |
?> |
| 8 |
<div id="elementor-panel-get-pro-elements-sticky"> |
| 9 |
<div class="elementor-get-pro-sticky-message"> |
| 10 |
<?php echo esc_html( $promotion_data_sticky['message'] ); ?> |
| 11 |
<a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a> |
| 12 |
</div> |
| 13 |
</div> |
| 14 |
|