July 29, 2016 at 11:46 am
#17650
jo jo
Participant
Hi Ryan, below is your solution!
open file: gravityforms.php
remove code from line 2175 to 2187 look like this
public static function plugin_row( $plugin_name ) {
$key = GFCommon::get_key();
$version_info = GFCommon::get_version_info();
if ( ! rgar( $version_info, 'is_valid_key' ) ) {
$plugin_name = 'gravityforms/gravityforms.php';
$new_version = version_compare( GFCommon::$version, $version_info['version'], '<' ) ? esc_html__( 'There is a new version of Gravity Forms available.', 'gravityforms' ) . ' <a class="thickbox" title="Gravity Forms" href="plugin-install.php?tab=plugin-information&plugin=gravityforms&TB_iframe=true&width=640&height=808">' . sprintf( esc_html__( 'View version %s Details', 'gravityforms' ), $version_info['version'] ) . '</a>. ' : '';
echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update"><div class="update-message">' . $new_version . sprintf( esc_html__( '%sRegister%s your copy of Gravity Forms to receive access to automatic upgrades and support. Need a license key? %sPurchase one now%s.', 'gravityforms' ), '<a href="' . admin_url() . 'admin.php?page=gf_settings">', '</a>', '<a href="http://www.gravityforms.com">', '</a>' ) . '</div></td>';
}
}
send your donation to [email protected].
Thanks in advance! :)