What would cause WordPress admin screen to be blank, except for nav bar?

前端 未结 3 709
有刺的猬
有刺的猬 2020-12-23 01:59

So I\'ve read through all the similar questions and can\'t find a solution here. Basically the user-facing site looks fine and is functioning properly. The WP Admin, howev

3条回答
  •  攒了一身酷
    2020-12-23 03:00

    FYI, I had the exact same problem, and this solution worked for me. ie: change:

    echo self::$this->_help_sidebar;
    

    to

    echo $this->_help_sidebar;
    

提交回复
热议问题