Redirect from add_menu_page
问题 I have added a menu using add_menu_page which all works correctly, but when clicked I want this menu page to open the post editor for a particular post id. As a proof of concept i have tried echoing a javascript redirect out into the do function like so... // Load up the menu page function register_availability_custom_menu_page() { add_menu_page('custom menu title', 'Availability', 'add_users', 'options', 'options_do_page'); } function options_do_page() { echo "<script type=\"text/javascript\