{ "landingPage": "/wp-admin/", "preferredVersions": { "php": "8.0", "wp": "latest" }, "steps": [ { "step": "login", "username": "admin", "password": "password" }, { "step": "writeFile", "path": "/wordpress/wp-content/plugins/wp-plugin-starter-template/wp-plugin-starter-template.php", "data": "';\n echo '

WP Plugin Starter Template

';\n echo '

This is a starter template for WordPress plugins.

';\n echo '';\n }\n}\n\n$plugin = new WP_Plugin_Starter_Template();\n" }, { "step": "writeFile", "path": "/wordpress/wp-content/plugins/wp-plugin-starter-template/admin/index.php", "data": "