wpbp / fakepage
Generate a fake page on the fly
1.0.0
2016-07-08 16:13 UTC
This package is auto-updated.
Last update: 2026-02-20 07:52:11 UTC
README
Simple class that generate a fake page on the fly
Install
composer require wpbp/fakepage:dev-master
composer-php52 supported.
Example
new Fake_Page( array( 'slug' => 'fake_slug', 'post_title' => 'Fake Page Title', 'post_content' => 'This is the fake page content' ) );