Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created August 12, 2023 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/6dd272f623357ba3432a8b72495fb40b to your computer and use it in GitHub Desktop.
Save lunaluna/6dd272f623357ba3432a8b72495fb40b to your computer and use it in GitHub Desktop.
【WordPress】WordPress のサイトを Git 管理している状態で「サイトはバージョン管理されているようです。自動更新は無効化されています。」の表示が出ている場合でもコアの自動アップデートに対応するフック
<?php
add_filter( 'automatic_updates_is_vcs_checkout', '__return_false', 1 );
@lunaluna
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment