Tagged Questions
1
vote
1answer
57 views
Conditional hook based on the core function that is calling it
In a Multisite, I'm applying the filter get_blogs_of_user to sort the "My Sites" admin bar menu, where the sites are listed by blogname:
What happens is that I'd like another order elsewhere, where ...
5
votes
2answers
310 views
Looking for WordPress System Diagrams
I am looking for WordPress chart/diagram system design.
I found only the template hierarchy diagram, but it's only part of the system.
source: ...
2
votes
1answer
325 views
How Does Wordpress Uninclude/Deactivate A Plugin?
Wordpress uses the Observer Pattern for its plugin system and operates on the premise of checking if a plugin is activated, scanning the plugins directory and storing everything in an array in the ...