%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/thim-core/templates/developers/ |
Current File : /var/www/html/itworks/wp-content/plugins/thim-core/templates/developers/settings.php |
<?php $url_settings = Thim_For_Developer::get_url_download( 'settings' ); ?> <div class="col-md-4"> <div class="tc-box"> <div class="tc-box-header"> <h2 class="box-title"><?php esc_html_e( 'Export settings.dat', 'thim-core' ); ?></h2> </div> <div class="tc-box-body text-center"> <a type="button" class="button button-secondary tc-button" href="<?php echo esc_url( $url_settings ); ?>" download="<?php echo esc_url( $url_settings ); ?>"><?php esc_html_e( 'Download', 'thim-core' ); ?></a> </div> </div> </div>