Fatal error: Call to undefined function apply_filters() in /public_html/wp-includes/load.php on line 317

后端 未结 2 956
孤独总比滥情好
孤独总比滥情好 2021-01-04 06:46

I tried to update my wordpress installation using auto update feature. After update the entire site is down. Checking the log file I have this error:
Fatal error:

2条回答
  •  独厮守ぢ
    2021-01-04 07:43

    i just add and use this line to my plugin file

    require_once( dirname(FILE) . '/../../../../wp-includes/plugin.php');

提交回复
热议问题