I created a plugin that, among other actions, wants to override a function in pluggable.php. Seems straightforward.
But when I try to install the plugin, it fails because my plugin is tring to override the function. I assumed that pluggable.php would be loaded AFTER plugins, but thsat appears to not be true.
What am I missing?
--
JR