WPIntell

Source evidence

PHP warning since v.2.3.7

IntelliWidget Per Page Custom Menus and Dynamic Content · support · 2015-10-16T07:22:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 15 rows with source links

33.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

10 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
It’s Thomas! resolved
Hi 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!

Comments

2 shown
lilaeamedia 2015-10-16T12:09:00+00:00

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

It’s Thomas! 2015-10-16T13:07:00+00:00

Update solved the issue. Thanks a lot for the quick fix!