Call to qem_generate_css when disabled
-
I am doing various tests and have found the following error in the web server log when QEM is disabled:
PHP Fatal error: Uncaught Error: Call to undefined function qem_generate_css() in /wordpress/wp-content/plugins/quick-event-manager/quick-event-style.php:5, referer: https://mysite.com/some-URL/
I don’t have any actions or filters in functions.php that concern QEM. I don’t run any scripts anywhere on any pages that are relevant. I don’t have any custom CSS that refers to QEM styles.
The referring URL could be of many different types: a picture on a page; a reply to a posting; a tag; a static page. I don’t see any cases of a URL for a post, but I don’t know if this is significant.
AFAICS, the visitor is always a Google crawler bot. It happens several times each day. Thus it is only a tiny fraction of the total visits to the site.
Any idea how it is possible that this function is being called when the plugin is disabled?
- The topic ‘Call to qem_generate_css when disabled’ is closed to new replies.