Plugin Directory

Changeset 3150470


Ignore:
Timestamp:
09/12/2024 06:35:50 AM (18 months ago)
Author:
homescript
Message:

add networking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doko-box-builder/assets/blueprints/blueprint.json

    r3150463 r3150470  
    4444            "step": "runPHP",
    4545            "code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Example Post',\n'post_content' => '<!-- wp:paragraph -->\n<p>a normal paragraph</p>\n<!-- \/wp:paragraph -->',\n'post_status' => 'publish',\n'post_author' => 1\n));"
    46         }
    47     ]
     46        },
     47    ],
     48    "features": {
     49        "networking": true
     50    }
    4851}
Note: See TracChangeset for help on using the changeset viewer.