このアドレスにWordPressのAPIサービスからコンテンツ全体を自動的にコピーし、既存の行を置き換えてwp-config.phpに貼り付けるスクリプトを作成しようとしています。
45: define('AUTH_KEY', 'put your unique phrase here');
46: define('SECURE_AUTH_KEY', 'put your unique phrase here');
47: define('LOGGED_IN_KEY', 'put your unique phrase here');
48: define('NONCE_KEY', 'put your unique phrase here');
49: define('AUTH_SALT', 'put your unique phrase here');
50: define('SECURE_AUTH_SALT', 'put your unique phrase here');
51: define('LOGGED_IN_SALT', 'put your unique phrase here');
52: define('NONCE_SALT', 'put your unique phrase here');
行くための最良の方法は何ですか?