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

后端 未结 2 944
孤独总比滥情好
孤独总比滥情好 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:23

    This problem was caused by the wp-settings.php. Due to permissions trouble this file was not updated while using auto-update. Replacing this file with the latest wp-settings.php solved the trouble.

    0 讨论(0)
  • 2021-01-04 07:43

    i just add and use this line to my plugin file

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

    0 讨论(0)
提交回复
热议问题