- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
Is there any way to use WPForms add-ons from here without a WPForms license key?
No reply on this?
wp-content/plugins/wpforms/includes/class-license.php
replace line: 381
<div class=”error notice <?php echo $below_h2; ?> wpforms-license-notice” style=”display:none !important;”>
Anyone figured how to hide this just by css?
.wpforms-admin-wrap .notice {
display: none !important;}
.wpforms-license-notice {
display: none !important;}
Thanks :)
This works perfectly hides wp forms license key error notice:)
.wpforms-admin-page .notice {
display: none !important;
}
Ive tried to change the code but its not working – anyone else?
hey
I did not find class-license.php class in wp-content/plugins/wpforms/includes/class-license.php
can you please help me