mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
4 lines
152 B
Text
4 lines
152 B
Text
function rocket_lazyload_custom_threshold( $threshold ) {
|
|
return 100;
|
|
}
|
|
add_filter( 'rocket_lazyload_threshold', 'rocket_lazyload_custom_threshold' );
|