Plugin Directory

Changeset 3459744


Ignore:
Timestamp:
02/12/2026 09:54:53 AM (7 weeks ago)
Author:
them.es
Message:

updated trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emoji-toolbar/assets/blueprints/blueprint.json

    r3459688 r3459744  
    1616            },
    1717            "options": { "activate": true }
     18        },
     19        {
     20            "step": "runPHP",
     21            "code": "<?php require '/wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Emoji Toolbar Demo','post_content' => '<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"primary\"} --><h2 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-link-color\">Hello World 🌍</h2><!-- /wp:heading --><!-- wp:paragraph --><p>This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>Hi there! I'm a 🚴 bike messenger by ☀️ day, aspiring actor by 🌙 night, and this is my 🏠 website. I live in 🏙️ Los Angeles, have a great 😍 dog named Jack, and I like 🍹 piña coladas. (And gettin' caught in the 🌧️ rain.)</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>...or something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>As a new WordPress user, you should go to <a href=\"./wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p><!-- /wp:paragraph -->', 'post_status' => 'publish', 'post_type' => 'post',]);"
    1822        }
    1923    ]
Note: See TracChangeset for help on using the changeset viewer.