On the road again
Want to dream, need inspiration for your next adventures?
To not miss any of our new articles, subscribe to our blog.
We wish you all the happiness in the world… Nina & Romain.
add_filter('wp_get_attachment_image_attributes', function($attr) { if (is_front_page()) { $attr['loading'] = 'eager'; } return $attr; });