wpbp/fakepage

Generate a fake page on the fly

Maintainers

Package info

github.com/WPBP/FakePage

pkg:composer/wpbp/fakepage

Statistics

Installs: 2 372

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

1.0.0 2016-07-08 16:13 UTC

This package is auto-updated.

Last update: 2026-02-20 07:52:11 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'
	)
);