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 Webサイトのカスタム構成変数を保持するファイルをどこに追加しますか?
例えば
$config['forbidden_users'] = array("admin", "host");
functions.php に保存できます。または、これを wp-configs.php に追加することもできます。しかし、正しい解決策は funcitons.php に追加することです。2 つの方法があります。まず、グローバル変数を作成できます。2番目 array("admin","host"); を返す関数を作成できます。
あなたはfunctions.phpでグローバルを作成することができます