WPIntell

Source evidence

PHP Warning: Illegal string offset 'widget_id'

Widget Alias 路 support 路 2014-09-06T03:11:00+00:00

neutralsentiment
lowseverity
0.26relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 27 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tzdk resolved
Is what I see when using short code method. Refer to line 205 in widget-alias.php $widget_id = $args['widget_id']; isset fixes: if ( isset( $args['widget_id'] ) ) { $widget_id = $args['widget_id']; } I thought it was because test site PHP version is 5.5.15 but it also show up on 5.3.x. Cant test 5.2.x as that other things go poof. Test site not really clean but warning seems like a legit oops 馃檪 https://wordpress.org/plugins/widget-alias/ Thanks so much for the heads up. I just pushed version 1.7 with your fix!

Comments

1 shown
Mickey Kay 2014-10-19T07:33:00+00:00

Thanks so much for the heads up. I just pushed version 1.7 with your fix!