Download WPForms Pro v1.5.6.2 - Drag & Drop WordPress Forms Plugin Nulled Free
[v1.5.6.2] - 2019-11-07
### Added
- Default value for "Paragraph text" field.
### Fixed
- WordPress 5.3 compatibility.
- Smart Phone countries squashed dropdown on screen-width <= 600px on themes with Base form styling selected.
- Properly include Pro form templates on form creation screen in a template selection section.
- Classic file uploader: correctly handle uploaded files with the same...
CyberDeviL submitted a new resource:
WPForms Pro - Drag & Drop WordPress Forms Plugin - Download WPForms Pro - Drag & Drop WordPress Forms Plugin
Read more about this resource...
not nulled but work good without nullingIs this the last update nulled "Pro" :
WPForms Pro - Drag & Drop WordPress Forms Plugin v1.5.6.2 ?
and if you wanna get rid of the "License Activation" nag message, simply launch the WP Plugin Editor, load :
wpforms/pro/includes/admin/class-license.php
go to line: 351 and remove everything until line 372,
to make it clearer, remove this:
if ( ! $key ) :
?>
<div class="notice notice-info <?php echo $below_h2; ?> wpforms-license-notice">
<p>
<?php
printf(
wp_kses(
/* translators: %s - plugin settings page URL. */
__( 'Please <a href="%s">enter and activate</a> your license key for WPForms to enable automatic updates.', 'wpforms' ),
array(
'a' => array(
'href' => array(),
),
)
),
esc_url( add_query_arg( array( 'page' => 'wpforms-settings' ), admin_url( 'admin.php' ) ) )
);
?>
</p>
</div>
<?php
endif;
and click on "UPDATE FILE" in the Plugin Editor - done, no more nag message about the missing license key![]()
if ( ! $key ) :
if ( $key ) :