Plugin script not automatically enqueued
-
Hello,
I worked on a problem with your plugin (compatibility with Sage 10), i couldn’t send any message by the submit input because the script wasn’t automatically enqueued on my website.
I had to add :
add_action( ‘wp_enqueue_scripts’, function() {
wp_enqueue_script(‘html-forms’);
}, 90 );Do you know why i had this problem ?
Best regards,
AdrienThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin script not automatically enqueued’ is closed to new replies.