Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created January 27, 2026 09:42
Show Gist options
  • Select an option

  • Save jonathanbossenger/c1c3719fe26b60899aa173a3518eebee to your computer and use it in GitHub Desktop.

Select an option

Save jonathanbossenger/c1c3719fe26b60899aa173a3518eebee to your computer and use it in GitHub Desktop.
{
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "sqlite-database-integration"
}
},
{
"step": "cp",
"fromPath": "/wordpress/wp-content/plugins/sqlite-database-integration/db.copy",
"toPath": "/wordpress/wp-content/db.php"
},
{
"step": "activatePlugin",
"pluginPath": "/wordpress/wp-content/plugins/sqlite-database-integration"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment