element_before(); echo ''; submit_button( __( 'Import a Backup', 'cs-framework' ), 'primary cs-import-backup', 'backup', false ); echo '( '. __( 'copy-paste your backup string here', 'cs-framework' ).' )'; echo '
'; echo ''; echo ''. __( 'Export and Download Backup', 'cs-framework' ) .''; echo '-( '. __( 'or', 'cs-framework' ) .' )-'; submit_button( __( '!!! Reset All Options !!!', 'cs-framework' ), 'cs-warning-primary cs-reset-confirm', $this->unique . '[resetall]', false ); echo ''. __( 'Please be sure for reset all of framework options.', 'cs-framework' ) .''; echo $this->element_after(); } }