PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / trunk
Social Media Auto Poster – Schedule & Publish to Buffer vtrunk
6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.8.8 All 124 releases
wp-to-buffer / lib / shared / views / sidebar-upgrade.php

sidebar-upgrade.php in Social Media Auto Poster – Schedule & Publish to Buffer trunk, at lib/shared/views/sidebar-upgrade.php

29 lines 775 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Outputs settings screen sidebar for free plugins with
4 * an email newsletter form.
5 *
6 * @package WPZinc\Shared
7 * @author WP Zinc
8 */
9
10 // Exit if accessed directly.
11 if ( ! defined( 'ABSPATH' ) ) {
12 exit;
13 }
14 ?>
15 <!-- Keep Updated -->
16 <div class="postbox">
17 <h3 class="hndle">
18 <?php esc_html_e( 'Keep Updated', 'wp-to-buffer' ); ?>
19 </h3>
20
21 <div class="wpzinc-option">
22 <p class="description">
23 <?php esc_html_e( 'Subscribe to the newsletter and receive updates on our WordPress Plugins.', 'wp-to-buffer' ); ?>
24 </p>
25 </div>
26
27 <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>
28 </div>
29