Plugin Updates

This commit is contained in:
Tony Volpe
2024-03-19 15:33:31 +00:00
parent ff5b56dc44
commit 3a70a6e4bf
317 changed files with 8178 additions and 2933 deletions

View File

@@ -54,7 +54,7 @@ add_action(
array( 'swv' )
),
$assets['version'],
true
array( 'in_footer' => true )
);
wp_register_script(
@@ -62,7 +62,7 @@ add_action(
wpcf7_plugin_url( 'includes/js/html5-fallback.js' ),
array( 'jquery-ui-datepicker' ),
WPCF7_VERSION,
true
array( 'in_footer' => true )
);
if ( wpcf7_load_js() ) {