372373/**374 * Fires when access to an admin page is denied.375 *376 * @since 2.5.0377 */378do_action('admin_page_access_denied');379380wp_die(__('Sorry, you are not allowed to access this page.'),403);381}382383$menu=add_menu_classes($menu);384
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.