Completely hide loader
-
Is there a filter to completely hide de loader. I can remove the icon with this function:
function hg_awesome_weather_loader()
{
return “”;
}
add_filter(‘awesome_weather_loader’, ‘hg_awesome_weather_loader’);However, is still shows the semi-transparent loader background. Is there a way to remove all of it?
By the way, I have a commercial license of this plugin, but I guess there’s no difference between the pro and free version anymore, right?
Thanks!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Completely hide loader’ is closed to new replies.