Don’t load scripts if on mobile/tablet
wp_is_mobile() does not really solve your problem completely. To be honest here, there is no logic in WordPress to achieve what you want First of all, wp_is_mobile() only checks for mobile devices. Tablets are excluded from this Window sizes are determined on browser side, not server side, so there are no way for php to … Read more