exists($file_path) && $wp_filesystem->is_readable($file_path)) { return $wp_filesystem->get_contents($file_path); } return false; }