• Resolved tzdk

    (@tzdk)


    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/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning: Illegal string offset 'widget_id'’ is closed to new replies.