grunion_admin_menu
The Jetpack by WordPress.com grunion admin menu function.
Description
grunion_admin_menu();
Usage
if ( !function_exists( 'grunion_admin_menu' ) ) { require_once ABSPATH . PLUGINDIR . 'jetpack-by-wordpress-com/modules/contact-form/admin.php'; } // NOTICE! Understand what this does before running. $result = grunion_admin_menu();
Defined (1)
The function is defined in the following location(s).
- /modules/contact-form/admin.php
- function grunion_admin_menu() {
- global $menu, $submenu;
- unset( $submenu['edit.php?post_type=feedback'] );
- }