Skip to content

Commit dcfdebf

Browse files
evrpresscursoragent
andcommitted
Merge branch 'develop' into feature/customer-portal
Co-authored-by: Cursor <cursoragent@cursor.com>
2 parents be4f26f + d34ae52 commit dcfdebf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.wordpress-org/blueprints/blueprint.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,23 @@
3030
"slug": "ollie"
3131
}
3232
},
33+
{
34+
"step": "resetData"
35+
},
3336
{
3437
"step": "importWxr",
3538
"file": {
3639
"resource": "url",
3740
"url": "https://raw.githubusercontent.com/Freemius/freemius-wp-plugin/refs/heads/main/.wordpress-org/blueprints/content.xml"
3841
}
3942
},
43+
{
44+
"step": "setSiteOptions",
45+
"options": {
46+
"show_on_front": "page",
47+
"page_on_front": 428
48+
}
49+
},
4050
{
4151
"step": "runPHP",
4252
"code": "<?php require '/wordpress/wp-load.php'; update_option( 'freemius_products', array( array( 'product_id' => 19794, 'token' => '1234567890' ) ) );"

0 commit comments

Comments
 (0)