今天某一個放在某個主機的網站。收到了這個訊息。
WordPress core file modified: wp-admin/includes/class-wp-site-health-auto-updates.php
想說為什麼會收到這樣的信,上網google了一下發現這兩天都有一些網站收到相關的訊息
參考連結。 主要就是檔案被修改了
class-wp-site-health-auto-updates.php 檔案有兩行被註解掉了
https://wordpress.org/support/topic/core-file-modified-class-wp-site-health-auto-updates-php/
Here are the changes that were made to the core file:
Line 30 $this->test_constants( 'AUTOMATIC_UPDATER_DISABLED', false ),
was modified to #
and line 37 $this->test_all_files_writable(),
was also modified to #
https://www.godaddy.com/community/Using-WordPress/Wordpress-core-file-modified/m-p/139841
Views: 12