| Server IP : 104.21.28.229 / Your IP : 216.73.216.142 Web Server : Apache/2 System : Linux hosting8537.lvs 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : mienphi ( 1014) PHP Version : 8.2.14 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 : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mienphi/public_html/wp-content/plugins/learnpress/templates/global/ |
Upload File : |
<?php /** * Template for Step item. * * This template for js read and render each item. * Purpose: * 1. Define struct template group step * 2. On js will read ".example-lp-item-step" and clone content ".lp-item-step" * 3. Js will render data to template have just clone, and append to ".lp-group-step" * * @author tungnx * @package Learnpress/Templates * @version 1.0.0 * @since 4.0.3 */ ?> <div class="example-lp-group-step"> <div class="lp-group-step"> </div> <div class="example-lp-item-step"> <h3></h3> <div class="lp-item-step"> <div class="lp-item-step-left"> <input type="hidden" name="" value="" /> </div> <div class="lp-item-step-right"> <label for=""><strong></strong></label> <div class="description"></div> <div class="percent"></div> <span class="progress-bar"></span> </div> </div> </div> </div>