Tagged Questions
0
votes
1answer
43 views
Custom page in plugin visible in menu
I'm trying to understand creating custom plugin pages and menus in admin panel, but I get what I don't need.
I've got:
function my_plugin_add_pages() {
add_menu_page(__('Custom quiz', ...
2
votes
3answers
484 views
Change the Default Pages Menu View in wp-admin
I can't seem to figure out how to change the default view for "Pages" in the admin menu.
The initial view is the "Pages" view (/wp-admin/edit.php?post_type=page)
How could it change this to ...
0
votes
1answer
1k views
Add menu page issues (permissions & position)
OK, I have an issue with Sidebar Generator Plugin.
This plugin creates subpage called "Sidebars" in WP-Admin. The point is, it is created as a child of "Appearance" page.
And I don't want it here, I ...