We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9cf71 commit 288d4d9Copy full SHA for 288d4d9
manually-load-javascript-file.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+/**
4
+* If you're having issues with the HTML Forms JavaScript file not being loaded,
5
+* you can use the following snippet to load it manually.
6
+*/
7
+add_action( 'wp_enqueue_scripts', function() {
8
+ wp_enqueue_script('html-forms');
9
+}, 90 );
0 commit comments