| Server IP : www.new.bangkokfinder.com / Your IP : 172.68.164.61 Web Server : nginx/1.20.1 System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : bangkokfinder ( 1000) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bangkokfinder/www/wp-content/plugins/imagify/views/ |
Upload File : |
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); ?> <!-- The Success/Complete bar --> <div class="imagify-row-complete hidden" aria-hidden="true"> <div class="imagify-all-complete"> <div class="imagify-ac-report"> <div class="imagify-ac-chart" data-percent="0"> <span class="imagify-chart"> <span class="imagify-chart-container"> <canvas id="imagify-ac-chart" width="46" height="46"></canvas> </span> </span> </div> <div class="imagify-ac-report-text"> <p class="imagify-ac-rt-big"><?php esc_html_e( 'Well done!', 'imagify' ); ?></p> <p> <?php printf( // translators: %1$s = number of images, %2$s = data size, %3$s = data size. esc_html__( 'You optimized %1$s images and saved %2$s out of %3$s', 'imagify' ), '<strong class="imagify-ac-rt-total-images"></strong>', '<strong class="imagify-ac-rt-total-gain"></strong>', '<strong class="imagify-ac-rt-total-original"></strong>' ); ?> </p> </div> </div> <div class="imagify-ac-spread-word"> <h3><?php esc_html_e( 'How about spreading the word?', 'imagify' ); ?></h3> <p> <?php printf( // translators: 1 is a link tag start, 2 is the link tag end. esc_html__( 'Please take a few seconds to leave a review on %1$sWordPress.org%2$s. It would mean the world to us!', 'imagify' ), '<a href="' . esc_url( imagify_get_external_url( 'rate' ) ) . '" target="_blank">', '</a>' ); ?> <br> <a class="stars" aria-hidden="true" href="<?php echo esc_url( imagify_get_external_url( 'rate' ) ); ?>" target="_blank"><?php echo str_repeat( '<span class="dashicons dashicons-star-empty"></span>', 5 ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></a> </p> </div> <div class="imagify-ac-leave-review"> <a href="<?php echo esc_url( imagify_get_external_url( 'rate' ) ); ?>" target="_blank" class="button button-primary"><?php esc_html_e( 'Leave a review', 'imagify' ); ?></a> </div> </div> </div> <?php