| Server IP : 88.99.149.37 / Your IP : 216.73.216.141 Web Server : nginx/1.31.2 System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64 User : muralimurth ( 1015) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/muralimurth/public_html/wp-content/plugins/jet-data-importer/templates/ |
Upload File : |
<?php /** * Template part for displaying advanced popup */ ?> <div class="cdi-advanced-popup popup-hidden"> <div class="cdi-advanced-popup__content"> <h3><?php esc_html_e( 'Attention!', 'jet-data-importer' ); ?></h3> <?php esc_html_e( 'We are ready to install demo data. Do you want to append demo content to your existing content or completely rewrite it?', 'jet-data-importer' ); ?> <div class="cdi-advanced-popup__select"> <label class="cdi-advanced-popup__item"> <input type="radio" name="install-type" value="append" checked> <span class="cdi-advanced-popup__item-mask"></span> <span class="cdi-advanced-popup__item-label"><?php esc_html_e( 'Append demo content to my existing content', 'jet-data-importer' ); ?></span> </label> <label class="cdi-advanced-popup__item"> <input type="radio" name="install-type" value="replace"> <span class="cdi-advanced-popup__item-mask"></span> <span class="cdi-advanced-popup__item-label"><?php esc_html_e( 'Replace my existing content with demo content', 'jet-data-importer' ); ?></span> </label> </div> <div class="cdi-advanced-popup__warning cdi-hide"> <b><?php esc_html_e( 'NOTE:', 'jet-data-importer' ); ?></b> <?php esc_html_e( 'This option will remove all your existing content - posts, pages, attachments, terms and comments', 'jet-data-importer' ); ?> </div> <div class="cdi-advanced-popup__action"> <button class="cdi-btn primary" data-action="confirm-install"><span class="text"><?php esc_html_e( 'Start Install', 'jet-data-importer' ); ?></span><span class="cdi-loader-wrapper-alt"><span class="cdi-loader-alt"></span></span></button> </div> <button class="cdi-advanced-popup__close"><span class="dashicons dashicons-no"></span></button> </div> </div>