* @copyright 2018 Dhanashree Inc * @license http://www.gnu.org/licenses/gpl-2.0.txt GPL License * @version SVN: 1.0.0 * @link http://www.dhanashree.com/ * @since File available since Release 1.0.0 */ /** * Common variable used in current file. */ $logo_file = 'accu-auto-backup-logo.png'; // If this file is called directly, abort. if (! defined('ABSPATH')) { exit; // Exit if accessed directly } ?>

accuGetPluginInfo(); echo '
'; settings_fields($this->_plugin_name); do_settings_sections($this->_plugin_name); echo ' '; submit_button(__('Save Settings', 'accu-auto-backup')); echo '
'; do_action('display_cron_info'); } elseif ($active_tab == 'accu_stored_backups') { do_action('accu_backup_listing'); } elseif ($active_tab == 'accu_terms') { echo $this->termsAndConditions(); } ?>