Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「アクティブ化」をクリックしたときに WordPress がプラグインをアクティブ化するのを防ぐ方法はありますか? PHP または WP のバージョンが間違っていますか?
グローバル変数があるか、WordPress のバージョンを取得するために$wp_version使用できます。また、プラグイン アクティベーション関数で両方の検証を評価できる PHP バージョン比較に PHP 関数をget_bloginfo('version')使用することもできます。version_compare(...)
$wp_version
get_bloginfo('version')
version_compare(...)