Thread Starter
goeko
(@goeko)
Cannot Submit Form
Eventlistener on last submit button do not submit the form.
Thread Starter
goeko
(@goeko)
I’ve install and test it on WP 5.4.2,
its functional but I’ve found a little bug.
Bugfix:
File: wp-content/plugins/wp-download-codes/includes/helpers/db.php
Line: 302
Change to:
$code_unique = ( @sizeof( $code_db ) === 0 || $code_db === NULL);
use follow fix in you functions.php if you don’t neet the breadcrump
if (!function_exists(‘responsive_breadcrumb_lists’)) :
function responsive_breadcrumb_lists() {}
endif;