Title: Cannot Hide Webcraftic Pro Version message
Last modified: August 6, 2020

---

# Cannot Hide Webcraftic Pro Version message

 *  [Rod](https://wordpress.org/support/users/rodneyii/)
 * (@rodneyii)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/)
 * In the newest free version 1.2.1 of your plugin, regardless of hiding your message,
   this message still appears each session:
 * “Disable Admin Notices Individually:
    Thanks for using the Disable admin notices
   plugin! If you need support or all the features of the plugin, please buy the
   pro version”
 * I’ve been a long time user of this plugin, and this is a recent occurrence that
   I’m seeing on several websites.
 * Is this intentional to promote your premium version? Or is this a bug?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/#post-13215585)
 * Hello.
 * We made this notification for promotion, but it had to be hidden forever. We 
   are already working on fixing this bug.
 *  [helpfulpress](https://wordpress.org/support/users/helpfulpress/)
 * (@helpfulpress)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/#post-13218347)
 * Hope this is fixed in newer versions. I solved problem by editing the plugin 
   file disable-admin-notices/admin/boot.php and commenting out the section below.
   Please do so at your own discretion and test first! Remove or comment out:
 *     ```
       /**
        * Print admin notice: "Would you like to send them for spam checking?"
        *
        * If user clicked button "Yes, do it", plugin will exec action,
        * that put all unapproved comments to spam check queue.
        */
       add_action( 'wbcr/factory/admin_notices', function ( $notices, $plugin_name ) {
       	if ( $plugin_name != WDN_Plugin::app()->getPluginName() ) {
       		return $notices;
       	}
   
       	$page_url = 'https://clearfy.pro/disable-admin-notices/';
   
       	$notice_text = sprintf( __( 'Thanks for using the Disable admin notices plugin! If you need support or all the features of the plugin, please buy the pro version <a href="%s">Get PRO</a>' ), $page_url );
   
       	$notices[] = [
       		'id'              => 'wdan_get_premium',
       		'type'            => 'success',
       		'dismissible'     => true,
       		'dismiss_expires' => 0,
       		'text'            => '<p><strong>Disable Admin Notices Individually:</strong><br>' . $notice_text . '</p>'
       	];
   
       	return $notices;
       }, 10, 2 );
       ```
   
    -  This reply was modified 5 years, 9 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
      Reason: please use CODE button for proper formatting
 *  [José](https://wordpress.org/support/users/guertzen/)
 * (@guertzen)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/#post-13227261)
 * Thank you [@helpfulpress](https://wordpress.org/support/users/helpfulpress/)
   
   Worked like a charm Regards
 *  [Alexander Kovalev](https://wordpress.org/support/users/alexkovalevv/)
 * (@alexkovalevv)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/#post-13227934)
 * The bug has been fixed. We’ve improved the notification filter. You will need
   to hide the notification again by clicking on the “Hide notification permanently”
   link. Try the new plugin version 1.2.2.
    If the problem is still not resolved,
   let me know!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cannot Hide Webcraftic Pro Version message’ is closed to new replies.

 * ![](https://ps.w.org/disable-admin-notices/assets/icon-256x256.gif?rev=2396476)
 * [Disable Admin Notices - Hide Dashboard Notifications](https://wordpress.org/plugins/disable-admin-notices/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/disable-admin-notices/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/disable-admin-notices/)
 * [Active Topics](https://wordpress.org/support/plugin/disable-admin-notices/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/disable-admin-notices/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/disable-admin-notices/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [Alexander Kovalev](https://wordpress.org/support/users/alexkovalevv/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/cannot-hide-webcraftic-pro-version-message/#post-13227934)
 * Status: not resolved