Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.
function plt_hide_bunnycdn_menus() {
//Hide the "bunny.net" menu.
remove_menu_page('bunnycdn');
}
add_action('admin_menu', 'plt_hide_bunnycdn_menus', 11);