Ask with Maria"; } if(get_option( 'atr_type' )=='PlanB'){ echo '
'; } } function atr_mysettings() { register_setting( 'atr_option_group', 'atr_type' ); register_setting( 'atr_option_group', 'atr_txttitle' ); } function anytimereply_settings_menu() { add_options_page( 'AnyTimeReply Settings', 'AnyTimeReply Settings', 'manage_options', 'anytime-reply-plugin', 'atr_managesettings' ); } function atr_managesettings() { if ( !current_user_can( 'manage_options' ) ) { wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); } if(get_option( 'atr_type' )=="PlanB") $planB='checked="checked"'; if(get_option( 'atr_type' )=="PlanA") $PlanA='checked="checked"'; echo '