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: 2024-03-20 03:16:31 UTC


README

License Downloads

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'
	)
);