# wp-to-buffer/6.2.5/lib/shared/views/sidebar-upgrade.php

Social Media Auto Poster – Schedule &amp; Publish to Buffer, version 6.2.5. 29 lines.

- Page: https://pluginprobe.com/plugins/wp-to-buffer/6.2.5/code/lib/shared/views/sidebar-upgrade.php
- Raw: https://pluginprobe.com/plugins/wp-to-buffer/6.2.5/raw/lib/shared/views/sidebar-upgrade.php
- Modified: 2026-08-19T11:19:16+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/wp-to-buffer/6.2.5/code/lib/shared/views/sidebar-upgrade.php#L10-L20`.

```php
<?php
/**
 * Outputs settings screen sidebar for free plugins with
 * an email newsletter form.
 *
 * @package WPZinc\Shared
 * @author WP Zinc
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<!-- Keep Updated -->
<div class="postbox">
	<h3 class="hndle">
		<?php esc_html_e( 'Keep Updated', 'wp-to-buffer' ); ?>
	</h3>

	<div class="wpzinc-option">
		<p class="description">
			<?php esc_html_e( 'Subscribe to the newsletter and receive updates on our WordPress Plugins.', 'wp-to-buffer' ); ?>
		</p>
	</div>

	<script async data-uid="<?php echo esc_attr( $this->base->plugin->convertkit_form_uid ); ?>" src="https://dedicated-crafter-4782.ck.page/<?php echo esc_attr( $this->base->plugin->convertkit_form_uid ); ?>/index.js"></script>
</div>

```
