HEX
Server: LiteSpeed
System: Linux chromium.pvtwebs.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: plandeptncgov (1317)
PHP: 8.3.31
Disabled: exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,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
Upload Files
File: /home/plandeptncgov/public_html/wp-content/themes/xtra/assets/js/wpml.js
jQuery( function( $ ) {

	// WPML selector.
	$( '.cz_language_switcher' ).codevz( 'wpml', function( x ) {

		x.find( '.cz_current_language' ).prependTo( x );

	});

	// Fix WPML widgets.
	$( '.widget, .footer_widget' ).codevz( 'wpml-widget', function( x ) {

		x.find( '> .clr' ).html() === '' && x.remove();

	});

});