HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/plugins/w3-total-cache/UserExperience_Page_View.php
<?php
namespace W3TC;

if ( !defined( 'W3TC' ) )
	die();

?>
<p>
	Lazy loading is currently
	<?php if ( $c->get_boolean( 'lazyload.enabled' ) ): ?>
		<span class="w3tc-enabled">enabled</span>
	<?php else: ?>
		<span class="w3tc-disabled">disabled</span>
	<?php endif ?>
	.
<p>

<form action="admin.php?page=w3tc_userexperience" method="post">
<div class="metabox-holder">
	<?php /* decouple it when too much */ ?>
	<?php include  W3TC_DIR . '/UserExperience_LazyLoad_Page_View.php' ?>
</div>
</form>