Widget has table names hardcoded
-
1. events-widget.php (line:53) has table prefix hardcoded, should use $wpdb->prefix instead of wp_.
2. The standard wrappers $before_widget, and $after_widget was not used along with an absolute positioning for the widget.
3. events.php (line: 49) the menu icon is assumed to be existing in the theme, better distribute the icon with the plugin and point it there using plugins_urlI had corrected all these on my copy.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Widget has table names hardcoded’ is closed to new replies.