Solution:
Maybe the wp_is_mobile()
function could help: https://developer.wordpress.org/reference/functions/wp_is_mobile/
I mean you can wrap the script tag within this condition and do it via PHP directly.
Solution:
Maybe the wp_is_mobile()
function could help: https://developer.wordpress.org/reference/functions/wp_is_mobile/
I mean you can wrap the script tag within this condition and do it via PHP directly.