PHP Programming Programming Languages WordPress wp_enqueue_scripts Deep Dive December 4, 2017Lance Cleveland While trying to figure out why the footer-loaded scripts in Store Locator Plus are not being output on some admin page, I went deep down the rabbit hole of the…Continue readingwp_enqueue_scripts Deep Dive
Plugin Development WordPress WordPress Hooks and Filters Order Of Precedence October 11, 2017January 8, 2025Lance Cleveland When building plugins and themes I often need to reference the WordPress order of precedence of hooks. This helps ensure various components are loaded only when needed and at…Continue readingWordPress Hooks and Filters Order Of Precedence