I want when i click on menu button Return to Home
i made on wp-admin menu to redirect back to page:
My Extra Code:
[
'parentSlug' => 'doesnt-matter',
'pageTitle' => 'Return to Home',
'menuTitle' => 'Return to Home',
'capability' => 'doesnt_matter_settings',
'href' => home_url('/'),
],
It shows the button but the link on button is href="admin.php?page"
i want example
Any solution?