Skip to content

WordPress plugin for quickly adding a hierarchy of posts or pages when creating a new site.

License

Notifications You must be signed in to change notification settings

tomslominski/quick-create-pages

Repository files navigation

Quick Create Pages

WordPress plugin for quickly adding a hierarchy of posts or pages when creating a new site.

Developer documentation

Watch for changes - npx mix watch

Create production build - npx mix --production

Hooks

apply_filters( 'qcp/insert_post_args', array $args )

The arguments used for the wp_insert_post() function when creating new posts.

apply_filters( 'qcp/js_config', array $args )

Arguments passed to the JavaScript app file, including available post types and localised strings.

apply_filters( 'qcp/post_types', array $args )

Array of post types available to add using the plugin.

About

WordPress plugin for quickly adding a hierarchy of posts or pages when creating a new site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published