Skip to content

Commit 8f696f3

Browse files
authored
Remove plugin hello dolly (#167)
1 parent 6a7e120 commit 8f696f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/playground/blueprint.json

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
"step": "writeFile",
5353
"path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php",
5454
"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>'; });"
55+
},
56+
{
57+
"step": "rm",
58+
"path": "/wordpress/wp-content/plugins/hello.php"
5559
}
5660
]
5761
}

0 commit comments

Comments
 (0)