Plugin Directory

Changeset 3075986

Timestamp:
04/23/2024 04:18:02 PM (3 months ago)
Author:
blobaugh
Message:

blueprint preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-feature-requests/assets/blueprints/blueprint.json

    r3075914 r3075986  
    2626            "username": "admin",
    2727            "password": "password"
    28         },
    29         {
    30             "step": "runPHP",
    31             "code": `<?php
    32 include 'wordpress/wp-load.php';
    33 $page = wp_insert_post(array(
    34 'post_title' => 'Feature Requests',
    35 'post_content' => '[simple-feature-requests]',
    36 'post_status' => 'publish',
    37 'post_author' => 1
    38 ));
    39 `
    4028        }
    4129    ]
Note: See TracChangeset for help on using the changeset viewer.