376377/**378 * Fires when access to an admin page is denied.379 *380 * @since 2.5.0381 */382do_action('admin_page_access_denied');383384wp_die(__('Sorry, you are not allowed to access this page.'),403);385}386387$menu=add_menu_classes($menu);388
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.