With define('WP_DEBUG', true); this plugin is spitting out notices.
Notice: Undefined property: stdClass::$link_category in /home/******/public_html/wp-content/plugins/links-shortcode/links-shortcode.php on line 118
With define('WP_DEBUG', true); this plugin is spitting out notices.
Notice: Undefined property: stdClass::$link_category in /home/******/public_html/wp-content/plugins/links-shortcode/links-shortcode.php on line 118
The quick & dirty approach of commenting out that line got rid of the notices for me
// $linkinfo['link_category'] = $bm->link_category;
I'm only using the plugin to output single category lists of links, but it seems to be working OK for me at the moment with no notices.
This topic has been closed to new replies.