Which of the following code snippets will create
plugins back-end page without showing it as menu item?
Answers:
1.
add_submenu_page
with parent slug = null
2.
add_menu_page with
parent slug = null
3.
add_submenu_page without
parent slug = null
4.
add_menu_page without
parent slug = null