# notificationx/3.2.9/includes/Extensions/WordPress/Wordpress.php

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 3.2.9. 28 lines.

- Page: https://pluginprobe.com/plugins/notificationx/3.2.9/code/includes/Extensions/WordPress/Wordpress.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.9/raw/includes/Extensions/WordPress/Wordpress.php
- Modified: 2023-11-20T11:53: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/notificationx/3.2.9/code/includes/Extensions/WordPress/Wordpress.php#L10-L20`.

```php
<?php

namespace NotificationX\Extensions\WordPress;

/**
 * Common functionality for WordPres.
 */
trait WordPress
{

    public function doc(){
        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>
		<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>
		<p><strong>Recommended Blogs:</strong></p>
		<p>🔥 Proven Hacks To <a target="_blank" href="%7$s">Get More Comments on Your WordPress Blog</a> Posts</p>
		<p>🚀 How To Increase <a target="_blank" href="%8$s">WordPress Plugin Download Rates & Increase Sales</a> in 2023</p>', 'notificationx'),
		'https://wordpress.org/',
		'https://notificationx.com/docs/wordpress-comment-popup-alert/',
		'https://notificationx.com/docs/wordpress-plugin-review-notificationx/',
		'https://notificationx.com/docs/wordpress-plugin-download-stats/',
		'https://www.youtube.com/watch?v=wZKAUKH9XQY',
		'https://www.youtube.com/watch?v=wZKAUKH9XQY',
		'https://notificationx.com/blog/hacks-to-get-more-comments-wordpress/',
		'https://wpdeveloper.com/wordpress-plugin-download/'
		);
    }
}

```
