Conversation
supportHi there, just updated to the latest v.2.3.7 of your plugin and immediately received the following PHP warning multiple times in my php error log: PHP Warning: Missing argument 2 for IntelliWidget::post_title() in /var/www/webxyz/html/wp-content/plugins/intelliwidget-per-page-featured-posts-and-menus/intelliwidget.php on line 276 Any help is appreciated – thanks! Thomas https://wordpress.org/plugins/intelliwidget-per-page-featured-posts-and-menus/
Version 2.3.7.1 addresses this warning but should not have to. It occurred when ‘the_title’ filter was being applied without the second argument ( which should not occur in themes or plugins compatible with WP 3.3 or later ). See https://codex.wordpress.org/Plugin_API/Filter_Reference/the_title
Update solved the issue. Thanks a lot for the quick fix!
Version 2.3.7.1 addresses this warning but should not have to. It occurred when ‘the_title’ filter was being applied without the second argument ( which should not occur in themes or plugins compatible with WP 3.3 or later ). See https://codex.wordpress.org/Plugin_API/Filter_Reference/the_title
Update solved the issue. Thanks a lot for the quick fix!