(E_WARNING) Illegal string offset 'title'

Support General (E_WARNING) Illegal string offset 'title'Resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23897
    GrupoADSLZoneGrupoADSLZone
    Participant

    /meta-box/inc/about/dashboard.php

    $feeds = array(
                $this->slug => array(
                    'link' => $this->link,
                    'url' => $this->feed_url,
                    'title' => $this->title['title'],
                    'items' => 3,
                    'show_summary' => 0,
                    'show_author' => 0,
                    'show_date' => 0,
                )
    );

    $this->title is a string, not an array. Please can you fix it?

    #23898
    GrupoADSLZoneGrupoADSLZone
    Participant

    would be nice if we can disable dashboard via hook

    #23899
    Anh TranAnh Tran
    Keymaster

    I’ve fixed this bug on GitHub and also implemented dismiss action. It’ll be in the next version.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.