📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 13:49:46
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
3rd-party
/
plugins
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wp-rocket/inc/3rd-party/plugins
🔄 Refresh
✏️
Editing: wp-print.php
Writable
<?php defined( 'ABSPATH' ) || exit; if ( function_exists( 'print_link' ) ) : /** * Conflict with WP-Print: don't apply LazyLoad on print pages * * @since 2.6.8 */ function rocket_deactivate_lazyload_on_print_pages() { global $wp_query; if ( isset( $wp_query->query_vars['print'] ) ) { add_filter( 'do_rocket_lazyload', '__return_false' ); } } add_action( 'wp', 'rocket_deactivate_lazyload_on_print_pages' ); endif;
💾 Save Changes
❌ Cancel