| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/css/ie7/ |
Upload File : |
/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */
/* The script tag referring to this file must be placed before the ending body tag. */
/* Use conditional comments in order to target IE 7 and older:
<!--[if lt IE 8]><!-->
<script src="ie7/ie7.js"></script>
<!--<![endif]-->
*/
( function () {
function addIcon( el, entity ) {
const html = el.innerHTML;
el.innerHTML =
'<span style="font-family: \'WooComposer\'">' +
entity +
'</span>' +
html;
}
let icons = {
'wooicon-uniE612': '',
'wooicon-paperplane': '',
'wooicon-reply': '',
'wooicon-reply-all': '',
'wooicon-forward': '',
'wooicon-export': '',
'wooicon-heart': '',
'wooicon-heart2': '',
'wooicon-star': '',
'wooicon-star2': '',
'wooicon-thumbsup': '',
'wooicon-thumbsdown': '',
'wooicon-flag': '',
'wooicon-tag': '',
'wooicon-bag': '',
'wooicon-cart4': '',
'wooicon-cross': '',
'wooicon-plus3': '',
'wooicon-cross2': '',
'wooicon-plus22': '',
'wooicon-cross3': '',
'wooicon-plus32': '',
'wooicon-cycle': '',
'wooicon-play': '',
'wooicon-pause': '',
'wooicon-arrow-left4': '',
'wooicon-arrow-right5': '',
'wooicon-arrow-left5': '',
'wooicon-arrow-right6': '',
'wooicon-arrow-left6': '',
'wooicon-arrow-right7': '',
'wooicon-arrow-left7': '',
'wooicon-arrow-right8': '',
'wooicon-arrow-left8': '',
'wooicon-arrow-right9': '',
'wooicon-arrow-left9': '',
'wooicon-arrow-right10': '',
'wooicon-arrow-left10': '',
'wooicon-uniE626': '',
0: 0,
},
els = document.getElementsByTagName( '*' ),
i,
c,
el;
for ( i = 0; ; i += 1 ) {
el = els[ i ];
if ( ! el ) {
break;
}
c = el.className;
c = c.match( /wooicon-[^\s'"]+/ );
if ( c && icons[ c[ 0 ] ] ) {
addIcon( el, icons[ c[ 0 ] ] );
}
}
} )();