# elementor/4.3.2/includes/editor-templates/panel-elements-sticky-promotion.php

Elementor Website Builder – more than just a page builder, version 4.3.2. 14 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.2/code/includes/editor-templates/panel-elements-sticky-promotion.php
- Raw: https://pluginprobe.com/plugins/elementor/4.3.2/raw/includes/editor-templates/panel-elements-sticky-promotion.php
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.2/code/includes/editor-templates/panel-elements-sticky-promotion.php#L10-L20`.

```php
<?php
namespace Elementor;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
<div id="elementor-panel-get-pro-elements-sticky">
	<div class="elementor-get-pro-sticky-message">
		<?php echo esc_html( $promotion_data_sticky['message'] ); ?>
		<a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a>
	</div>
</div>

```
