Zbyszek Kisły
Zbyszek Kisły

Reputation: 2238

Wordpress functions to create basic functionalities to admin panel

I'm writing a plugin for wordpress, but interface was terrible so I want to change it to look like other plugins in a standard way like this

but is there some set of defined functions? Or do I have to write everything by myself in html? I don't want to use other plugins for panel building since I'm writing plugin myself.

Upvotes: 0

Views: 86

Answers (1)

voodoo417
voodoo417

Reputation: 12101

Thinking, you need to use WP_List_Table: standard admin "style",bulk-actions.. what you looking ( I've done a few plugins with this class ). See WP_List_Table – a step by step guide .

Advice You can download plugin-example Custom List Table Example for starting and modify it.

Upvotes: 1

Related Questions