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 '
'; echo '

Settings


AnyTimeReply.com


'; settings_fields( 'atr_option_group' ); echo 'AnyTimeReply\'s Channel ID:         If you do not have, Get now. Its free!

Which Button you want to use?:
| '; submit_button(); echo 'AnyTimeReply is free service from AnyTimeReply.com. If you have not any account yet, you can signup and get one assistant for your website in free and easy.'; echo '

If you need any help or want to customize it contact us at support@spikersolutions.com'; } ?>