• Resolved wellnix52

    (@wellnix52)


    Notice: Undefined offset: 4 in /*******/public_html/wp-content/plugins/custom-meta-widget/customMeta.php on line 65

    Keep getting this notice when adding custom-meta-widget to sidebars.

Viewing 1 replies (of 1 total)
  • Thread Starter wellnix52

    (@wellnix52)

    Actual code:

    `function __construct() {

    // set widget options

    $widget_ops = array (

    ‘classname’ => ‘customMetaWidget’,

    ‘description’ => __( ‘Hide the individual log in/out, admin, feed and WordPress links’, ‘customMetaWidget’ )

    Line 65:   );

    // extend widget

    parent::__construct( ‘customMetaWidget’, __(‘Custom Meta’, ‘customMetaWidget’), $widget_ops );

    }

    • This reply was modified 7 years, 8 months ago by wellnix52.
    • This reply was modified 7 years, 8 months ago by wellnix52.
    • This reply was modified 7 years, 8 months ago by wellnix52.
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined offset notice’ is closed to new replies.