wpbp / fakepage
Generate a fake page on the fly
Installs: 2 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 8
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-20 04:48:14 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' ) );