| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Nov 5 '11 at 2:39 | |
| stats | profile views | 21 |
|
Aug 22 |
comment |
How are bulk actions handled in custom list table classes? Thanks! Any ideas on how to implement an "edit" bulk action that works the same way as other WordPress tables? |
|
Aug 22 |
awarded | Supporter |
|
Aug 22 |
awarded | Scholar |
|
Aug 22 |
accepted | How are bulk actions handled in custom list table classes? |
|
Aug 22 |
comment |
Naming Admin Menus and Submenus Ok, so I'm playing with it-- looking at the documentation for the add_menu_page function: codex.wordpress.org/Function_Reference/add_menu_page.
So the parameters of this function:
$page_title - changes the title of the title page (equivalent to typing the title in <title></title>);
$menu_title - changes the on-screen name text for the menu, but changes both the top-level and the automatically created submenu;
$capability - permissions requirement;
$menu_slug - unique slug requirement to be used in the page URL;
Are you saying I need to do something with add_submenu_page as well? |
|
Aug 22 |
comment |
Naming Admin Menus and Submenus Ok, but if I create a top level menu and I'm trying to add submenus to it, WordPress seems to automatically create a new submenu that corresponds to the top level menu name (So there is no submenu to start with, but if I decide to use add_submenu_page and add a new submenu, I get a submenu named the same as the top level and THEN the submenu I just created). Is there somewhere in the add_menu_page() function call where I can specify the name I'd want to give to that automatically created submenu? |
|
Aug 21 |
comment |
What 'function' will 'update' a post? You'll need to be really careful to retrieve your old post data and pass it into the parameters with your edits, though... I'd do this within a smaller scope for testing first, before risking your entire post database. |
|
Aug 21 |
answered | What 'function' will 'update' a post? |
|
Aug 21 |
asked | Naming Admin Menus and Submenus |
|
Aug 3 |
awarded | Student |
|
Aug 3 |
asked | How are bulk actions handled in custom list table classes? |