WordPressの自動更新機能を使用する時、環境によって、FTPの「接続情報」画面が表示されます。 この判定を行っているのが wp-admin/includes/file.php の以下の箇所です。 function get_filesystem_method($args = array(), $context = false) { $method = defined('FS_METHOD') ? FS_METHOD : false; if ( ! $method && function_exists('getmyuid') && function_exists('fileowner') ){ if ( !$context ) $context = WP_CONTENT_DIR; $context = trailingslashit($context); $temp_file_name