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')) );
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.