Skip to content

Commit

Permalink
Remove plugin hello dolly (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnestyAM authored Nov 8, 2024
1 parent 6a7e120 commit 8f696f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/playground/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php",
"data": "<?php add_action('admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>Welcome to AspireUpdate Demo. Visit <a href=\"https://docs.aspirepress.org\">AspirePress documentation</a> for more details.</p></div>'; });"
},
{
"step": "rm",
"path": "/wordpress/wp-content/plugins/hello.php"
}
]
}

0 comments on commit 8f696f3

Please sign in to comment.