The admin UI (Administration/BackEnd User Interface) is what you know as "WordPress", when you're logged in. This tag summons all tasks, that alter/modify, add, remove things from the admin User Interface or interact with in any way.
2
votes
2answers
43 views
Prevent Selected Terms Rising to the Top
When you're editing a post and select a child category or term, and update, the selected terms appear at the top ( leading to potentially confusing situations where 'foo' 'foo' and 'foo' are selected ...
-1
votes
1answer
64 views
Modify a Themes Appearance >> Header admin screen from a plugin
I have been attempting to build a plugin(my very first) that adds some functionality for use with the Custom Header admin screen.
I would like to have my plugin add an anchor link to the Appearance ...
3
votes
2answers
586 views
Add on the fly tabs to plugin options
Hi I am building a plugin options page. What I'd really like to do is implement repeatable tabs (which I know is possible with the Settings API), but with a twist I haven't seen in any options panel ...