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_propellerads_official_menus() {
//Hide the "PropellerAds" menu.
remove_menu_page('propeller-ads');
}
add_action('admin_menu', 'plt_hide_propellerads_official_menus', 11);