'.__('Settings').''; array_unshift( $links, $settings_link ); } return $links; } add_action('admin_menu', 'announce_from_the_dashboard_add_menu'); // setting function announce_from_the_dashboard_setting() { $UPFN = 'sett'; $Msg = ''; // get type $Displaytype = announce_from_the_dashboard_typeload(); // get role $UserRole = announce_from_the_dashboard_roleload(); if(isset($_GET["delete"])) { // delete $id = $_GET["delete"]; $Data = get_option(ANNOUNCE_FROM_THE_DASHBOARD_RECORD_NAME); unset($Data[$id]); update_option(ANNOUNCE_FROM_THE_DASHBOARD_RECORD_NAME, $Data); echo '
'.__('Settings saved.').'
'.__('Settings saved.').'
'.strip_tags($an["title"]).''.apply_filters('the_content', stripslashes($an["content"])).'