Welcome to GPLDL - we are still beta - please report any bugs via the contact form.

GPLDLGPLDL
GPLDL
Download the most popular GPL licensed Premium WordPress Themes & Plugins and WooCommerce Extensions for FREE!
  • Blog
    • Blog Articles
    • Latest Updates & Additions
  • Repository
    • Full Repository
    • Premium WordPress Themes
    • Premium WordPress Plugins
    • Premium WooCommerce Extensions
    • Special Gifts for Premium Members
    • Tutorials
  • Forum
  • Free Membership
  • Donations
  • My GPLDL Account
  • Sign In
Menu back  

How to remove Gravity Forms nag

  • This topic has 5 replies, 3 voices, and was last updated 3 years, 4 months ago by Angel Real.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • November 5, 2017 at 9:52 pm #19497
    Huxu Wu
    Participant

    Hi,

    I just want to share with you on removing the nag that Gravity Forms have placed. They got tricky and instead of using a function or remotely displaying a message, they saved the nag into your database.

    To deactivate nag message, first go to common.php and disable the function from updating cache message:

    public static function cache_remote_message() {
    //update_option( ‘rg_gforms_message’, $message );
    }

    Then go to database “wp_options” and search for “rg_gforms_message”:

    Empty the value and save.

    That’s it!

    November 5, 2017 at 9:57 pm #19498
    Huxu Wu
    Participant

    Here are screenshots and proof:

    wp admin: https://snag.gy/wG9ZOi.jpg
    mysql: https://snag.gy/J5uveg.jpg

    November 5, 2017 at 10:11 pm #19499
    Huxu Wu
    Participant

    Okay, here is the final answer so you DO NOT need to edit any Gravity plugin form files or install additional plugins:

    function remove_gravity_forms_nag() {
    	update_option( 'rg_gforms_message', '' );
    	remove_action( 'after_plugin_row_gravityforms/gravityforms.php', array( 'GFForms', 'plugin_row' ) );
    }
    add_action( 'admin_init', 'remove_gravity_forms_nag' );

    Just copy and paste into your own plugin or theme functions.php file!

    • This reply was modified 3 years, 5 months ago by Huxu Wu. Reason: added code tag
    November 5, 2017 at 10:44 pm #19502
    Wasana James
    Participant

    thnx, nice share

    November 6, 2017 at 12:32 am #19503
    Huxu Wu
    Participant

    Took me a while to debug the plugin, but very tricky guys.

    December 4, 2017 at 11:59 am #19564
    Angel Real
    Participant

    This worked great for me in the My Custom Functions plugin! :) Only thing I noticed it only worked for the main Gravity Forms listing on the Plugins page. Can this be configured to also work for any add-ons as I have ‘Gravity Forms MailChimp Add-On’ still showing the register text?

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Log In
Search the Repository
We reward your Donations!
We need your Donation to maintain and grow the GPLDL WordPress Repository - and we reward your generosity with Premium Memberships allowing you to download even more files.

Learn more about donations & rewards...
News from our blog
  • How to get the MailPoet Premium Newsletter WordPress Plugin for free forever?
    January 22, 2017
  • How to remove the license code check from the WP-Rocket WordPress Plugin
    January 2, 2017
  • How to remove the WooThemes Updater Plugin notification from your WordPress Admin Dashboard
    May 28, 2016
Latest Updates & Additions
  • GPLDL News: 107 Updates & Additions today – Download 2344 Premium WordPress items!
    April 11, 2021
  • GPLDL News: 170 Updates & Additions today – Download 2329 Premium WordPress items!
    April 6, 2021
  • GPLDL News: 111 Updates & Additions today – Download 2331 Premium WordPress items!
    March 28, 2021
Tags
Admin Area automatic Backend code command display Download Drupal edit Extension fork forked functions.php get rid of GPL Guide hide hoot HowTo Instructions license Magento nag-screen nagscreen notification null nulled off Plugin Premium remove serial switch theme true tutorial Update Updater usage WooCommerce WooThemes wordpress WP-Media WP-Rocket
Welcome to GPLDL!
scr02We love innovation and we believe in free software!

That's why we strive to make the world's best Premium WordPress Themes & Plugins and WooCommerce Extensions & Themes available for everyone!

Find us on:

FacebookTwitterGoogle+RssPinterest
Latest Blog Posts
  • How to get the MailPoet Premium Newsletter WordPress Plugin for free forever?
    January 22, 2017
  • How to remove the license code check from the WP-Rocket WordPress Plugin
    January 2, 2017
  • How to remove the WooThemes Updater Plugin notification from your WordPress Admin Dashboard
    May 28, 2016
Latest Updates & Additions
  • GPLDL News: 107 Updates & Additions today – Download 2344 Premium WordPress items!
    April 11, 2021
  • GPLDL News: 170 Updates & Additions today – Download 2329 Premium WordPress items!
    April 6, 2021
  • GPLDL News: 111 Updates & Additions today – Download 2331 Premium WordPress items!
    March 28, 2021
About GPLDL
  • About GPLDL
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
GPLDL - all Rights reserved.
  • About GPLDL
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
  • Sign In
GPLDL Widget Menu