You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
It was done in this manner to reseed the javascript function with overrides provided when using the toc shortcode. I've redone the logic so that it shouldn't affect what you're doing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
The do_action code reads the wpcf7 script to be dequeued.
table-of-contents-plus/class-toc-plus.php:250
do_action( 'wp_enqueue_scripts' );
Steps to reproduce
Twenty Twenty-One: 1.9
Table of Contents Plus: 2302
Contact Form 7: 5.8
This is very strange.
Method B is the method introduced officially.
https://contactform7.com/loading-javascript-and-stylesheet-only-when-it-is-necessary/
If I comment out either the A or B code, it will work.
Why do you do do_action wp_enqueue_scripts on line 250 of table-of-contents-plus/class-toc-plus.php?
The text was updated successfully, but these errors were encountered: