
WordPress Default Lazy Load Functions
No Plugin to Enable Lazy Load for your WordPress Site. Add the Following snippet code in your WordPress Template Root Folder in the functions.php file at the end of your code.// WordPress Lazy Load Functions – Enable Lazy Load for your WordPress Site add_theme_support( ‘lazy-load’ );