Troubleshoot and debug Blueprints
When you build Blueprints, you might run into issues. Here are tips and tools to help you debug them:
Review Common gotchas
- Require
wp-load: to run a WordPress PHP function using therunPHPstep, you’d need to require wp-load.php. So, the value of thecodekey should start with"<?php require_once('wordpress/wp-load.php'); REST_OF_YOUR_CODE".