| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Jan 4 at 18:06 | |
| stats | profile views | 3 |
|
Dec 28 |
awarded | Scholar |
|
Dec 28 |
accepted | Ways of dealing with nested arrays within option |
|
Dec 28 |
comment |
Ways of dealing with nested arrays within option Im generally using it to store series of pictures which are categorized into groups. Each group has it's own page on admin page(I distinguish them by group_id parameter which is provided in URL). I want to have ability to modify each one, but till now it's quite hard since every submit overwrites whole setting with collection element I just edited. |
|
Dec 27 |
revised |
Ways of dealing with nested arrays within option added 682 characters in body |
|
Dec 26 |
asked | Ways of dealing with nested arrays within option |
|
Dec 8 |
comment |
How to redirect to action on custom page within admin section Thanks! So one element of puzzle is solved.Thx for explaining thing with redirection. So as far as I understand 'edit' should be detected in a function responsible for displaying main rls_logotypes page. |
|
Dec 8 |
comment |
How to redirect to action on custom page within admin section It does redirect (changes link from options-general.php?page=rls_logotypes to options-general.php?page=rls_logotypes&action=edit&book=element1) but my question here is which helper functions(if they exist) should I use to detect this redirection and show another page. My question is should i detect it manually or could I use some functions/hooks. row_actions is just a function from WP_List_Tables which inserts a div in to the table row with links. |
|
Dec 8 |
awarded | Editor |
|
Dec 8 |
revised |
How to redirect to action on custom page within admin section added 234 characters in body; edited title |
|
Dec 8 |
awarded | Student |
|
Dec 8 |
asked | How to redirect to action on custom page within admin section |