Skip to content

Commit

Permalink
Updated example for runPHP in readme
Browse files Browse the repository at this point in the history
It wasn't updated and in my case I was getting various errors :-)
  • Loading branch information
Mte90 authored May 21, 2024
1 parent 87afea1 commit cd9cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else that can be configured in WordPress. Here's what a Blueprint looks like:
"steps": [
{
"step": "runPHP",
"content": "<?php require 'wp-load.php'; update_user_meta(1, 'test', 'value');"
"code": "<?php require 'wordpress/wp-load.php'; update_user_meta(1, 'test', 'value');"
}
]
}
Expand Down

0 comments on commit cd9cb3c

Please sign in to comment.