• Resolved zaso

    (@zaso)


    Hi, thanks for your plugin.
    I suggest a fix for “Notice: Undefined index: default in /wp-includes/class-wp-list-util.php on line 169”.

    $new_fields = array(
        'description' => array(
            'title'   => __( 'Description', 'smdfw' ),
            'type'    => 'textarea',
            'default' => NULL,
        ),
    );

    You can also add “desc_tip” and “description” (eg. this text is shown in frontend).

Viewing 1 replies (of 1 total)
  • Plugin Author thomascharbit

    (@thomascharbit)

    Hi Zaso,

    Thanks a lot for reporting the issue!
    And for providing the fix ??

    It is now fixed and released as version 1.2.6.

    Have a nice day

Viewing 1 replies (of 1 total)
  • The topic ‘Fix for undefined default’ is closed to new replies.