You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also found a function to validate google analytics ids that we can use instead of calling get_field directly: return (bool) preg_match('/^ua-\d{4,10}(-\d{1,4})?$/i', $str);source
The text was updated successfully, but these errors were encountered:
we could do something like this in
functions/actions.php
to add async attribute to the script, we can add this filter:
also found a function to validate google analytics ids that we can use instead of calling
get_field
directly:return (bool) preg_match('/^ua-\d{4,10}(-\d{1,4})?$/i', $str);
sourceThe text was updated successfully, but these errors were encountered: