Does SeoToolsClearCache() still support an optional argument?

SeoToolsClearCache() supports an optional argument with wildcard in v5.1.4. I've noticed that Beta versions (and the latest general release, v6.0.3) throw a #VALUE! error. For example:

SeoToolsClearCache( "https://www.google.com/*" )

Hi WolfeDen,

Thank you for reporting this. It does appear that the ClearCache function is broken. Does it work for you without the wildcard option?

Yes, both of the following work as expected:

=SeoToolsClearCache()
=SeoToolsClearCache("*")

Only when the wildcard follows a URL pattern does it throw an error.