Support

Account

Home Forums Bug Reports Bug when options page is a submenu of custom post type menu Reply To: Bug when options page is a submenu of custom post type menu

  • Elliot has informed me that this is corrected and the fix will be in the next release.

    If you want to fix this yourself now
    pro/admin/options-page.php line 236
    change

    
    wp_redirect( admin_url("admin.php?page={$plugin_page}&message=1") );
    

    to

    
    wp_redirect( add_query_arg(array('message' => '1')) );