#50956 closed defect (bug) (invalid)
Notice: add_submenu_page was called incorrectly
Reported by: | paontheweb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /home/xew6ysr2kpb7/public_html/outerbanksbagels.com/wp-includes/functions.php on line 5225
Change History (2)
Note: See
TracTickets for help on using
tickets.
@paontheweb Welcome to Trac! Thanks for this ticket.
Unfortunately, this is not the correct place for requests like this. You will see better results in the WordPress.org support forums.
But, it seems that a plugin or theme is incorrectly calling the
add_submenu_page()
function in Core. I recommend these steps to help find the offending plugin.Good luck!