How to create sub menu with a URL parameter?
I would like to add parameter for the submenus, but when I click to the admin page I receive the following message:
You do not have sufficient permissions to access this page.
Code:
add_submenu_page(
'sandbox',
'Sandbox Options',
'Options',
'administrator',
'sandbox_optionstab=4',
'sandbox_options_display'
);
Without tab=4 everything is okay.
Topic add-submenu-page admin-menu wp-admin Wordpress
Category Web