【WordPress】WordPress のサイトを Git 管理している状態で「サイトはバージョン管理されているようです。自動更新は無効化されています。」の表示が出ている場合でもコアの自動アップデートに対応するフック
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'automatic_updates_is_vcs_checkout', '__return_false', 1 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuring Automatic Background Updates