WordPress: Fixing shortcodes that enqueue JavaScript when used in ACF fields
A quick bit of WordPress learning on the interaction between ACF, shortcodes, and enqueuing and registering scripts.
Creativity, curiosity, and code
A quick bit of WordPress learning on the interaction between ACF, shortcodes, and enqueuing and registering scripts.
I'm attempting to build a WordPress theme with no build tool using only "vanilla" CSS and JS. Here's some initial thoughts I've had after getting started.