PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.2.10
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.2.10
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
notificationx / includes / Extensions / WordPress / Wordpress.php

Wordpress.php in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar 3.2.10, at includes/Extensions/WordPress/Wordpress.php

28 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace NotificationX\Extensions\WordPress;
4
5 /**
6 * Common functionality for WordPres.
7 */
8 trait WordPress
9 {
10
11 public function doc(){
12 return sprintf(__('<p>Make sure that you have a <a target="_blank" href="%1$s">wordpress.org</a> account to use its campaign on blog comments, reviews and download stats data. For further assistance, check out our step by step documentation on <a target="_blank" href="%2$s">comments popup</a>, <a target="_blank" href="%3$s">plugin reviews</a> & <a target="_blank" href="%4$s">downloads stats</a>.</p>
13 <p>🎦 Watch video tutorial on <a target="_blank" href="%5$s">blog comments</a>, <a target="_blank" href="%6$s">reviews</a> & <a target="_blank" href="%6$s">downloads stats</a> to learn quickly</p>
14 <p><strong>Recommended Blogs:</strong></p>
15 <p>🔥 Proven Hacks To <a target="_blank" href="%7$s">Get More Comments on Your WordPress Blog</a> Posts</p>
16 <p>🚀 How To Increase <a target="_blank" href="%8$s">WordPress Plugin Download Rates & Increase Sales</a> in 2023</p>', 'notificationx'),
17 'https://wordpress.org/',
18 'https://notificationx.com/docs/wordpress-comment-popup-alert/',
19 'https://notificationx.com/docs/wordpress-plugin-review-notificationx/',
20 'https://notificationx.com/docs/wordpress-plugin-download-stats/',
21 'https://www.youtube.com/watch?v=wZKAUKH9XQY',
22 'https://www.youtube.com/watch?v=wZKAUKH9XQY',
23 'https://notificationx.com/blog/hacks-to-get-more-comments-wordpress/',
24 'https://wpdeveloper.com/wordpress-plugin-download/'
25 );
26 }
27 }
28