wpbp/fakepage

动态生成一个虚假页面

1.0.0 2016-07-08 16:13 UTC

This package is auto-updated.

Last update: 2024-09-20 04:26:58 UTC


README

License Downloads

一个简单的类,用于动态生成虚假页面

安装

composer require wpbp/fakepage:dev-master

支持 composer-php52

示例

new Fake_Page(
	array(
    'slug' => 'fake_slug',
    'post_title' => 'Fake Page Title',
    'post_content' => 'This is the fake page content'
	)
);