Skip to content

misits/wpbuilder-plugin

Repository files navigation

WPbuilder Plugin

Project Leaders

Martin IS IT Services [email protected]

Description

This plugin allows for loading the basic features of the theme and add a custom wp-admin theme to the WordPress admin panel. The plugin is designed to work with the WPbuilder Boilerplate wich is private and not available to the public, but you can implement your own theme support based on the plugin.

  • Activation of maintenance mode
  • Creation of custom post types (CPT) and enabling/disabling them
  • Creation of custom blocks (Gutenberg)
  • Management of WordPress menus

Technical Documentation

WordPress Requirements

  • Requires at least: 6.0
  • Requires PHP: 8.0
  • Theme: WPbuilder Boilerplate or implement your own theme support

Installation

Download the wpbuilder-plugin as a zip file and install it via the WordPress admin panel.

Updates

The plugin integrates an update system based on plugin-update-checker and is linked to the plugin's git repository at wpbuilder-plugin.

To update the plugin, change the version in readme.txt and wpbuilder-plugin.php and push the changes to the git repository. The plugin will automatically detect updates on sites using the plugin and will offer the update.

TODO

  • More default CPTs
  • More default blocks
  • Default layouts to fasten the development process