[Plugin: Google Maps Store Locator for WordPress] CSS issue
-
CSS is being loaded on all admin pages. The CSS should only be loaded on the plugin specific admin pages. You can check via using the
$pagenowglobal, or using the “load” hook.BTW, another thing I ought to note is that I noticed the plugin is using a file called
generate-xml.phpfor AJAX calls. This is usually considered a bad practice. Thewp_ajax_hook should be used instead for best performance and also for insuring a more secure way.Good luck.
The topic ‘[Plugin: Google Maps Store Locator for WordPress] CSS issue’ is closed to new replies.