m-boswell / sampleplugin

Example plugin that creates a custom post type and allows the REST API to access a custom meta box from that custom post type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Plugin Name ===

Plugin Name:  SamplePlugin
Description:  Example of adding a custom post with meta box and integrating the REST API.
Plugin URI:   https://WEBSITE
Author:       Matthew Boswell
Version:      1.0
Text Domain:  sampleplugin
Domain Path:  /languages
License:      GPL v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.txt

This is a short project to use some features of Wordpress.

== Description ==
This project creates a custom post type for adding host bios. Besides title and Gutenburg blocks there is a custom
meta box which will also appear with GET request in the REST API. This plugin is fully internationalized.

== Installation ==
Please install the plugin by signing into your wordpress admin dashboard, click on plugins, add new, drag and drop this plugin (compressed zipped folder) and click install.

About

Example plugin that creates a custom post type and allows the REST API to access a custom meta box from that custom post type.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%