Tagged Questions
1
vote
1answer
219 views
Add link on the top menu of the post table?
Is there any way to add links on the top, as pictured below?
2
votes
2answers
102 views
Any way to inherit methods from both my plugin class and WP_List_Class?
So WP 3.1 introduces the fancy WP_List_Class() causing me to rewrite all my custom admin tables. Fair enough. But...in the good'ol days, i was able to call my plugin methods using $this->method() ...