wpbp/fakepage

Generate a fake page on the fly

Installs: 2 351

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 1

Forks: 8

Open Issues: 0

pkg:composer/wpbp/fakepage

1.0.0 2016-07-08 16:13 UTC

This package is auto-updated.

Last update: 2025-10-20 07:08:35 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'
	)
);