Tag: plugins
-
Changing WordPress Plugin Load Order
The Problem You need a plugin to load before other plugins, but, by default, WordPress loads plugins alphabetically. Breakdown There are essentially two parts to this: Plugin Load Order The firing of any events related to that plugin Plugin Load Order The order plugins are loaded is dictated by an array stored in the wp_options…