/home/techb158/l2hypotheques.com/wp-content/plugins/wpforms/src/Migrations
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/wpforms/src/Migrations/Upgrade168.php (1268B)
get( 'form' );
if ( ! $form_handler ) {
return false;
}
$forms = $form_handler->get(
'',
[
'posts_per_page' => 1,
'nopaging' => false,
'fields' => 'ids',
'update_post_meta_cache' => false,
]
);
// At least 1 form exists - set the default value.
if ( ! empty( $forms ) ) {
add_option( 'wpforms_builder_opened_date', 0, '', 'no' );
}
return true;
}
}