pixeljar / oc-wordpress-plugin

This repository contains code developed for the OC WordPress developer meetup as part of a series on plugin development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== OC WordPress Plugin ===
Contributors: brandondove
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WYF3BF5ETAXP6&source=url
Tags: example, plugin
Requires at least: 5.2
Tested up to: 5.3
Stable tag: 1.0
Requires PHP: 5.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Short description goes here.

== Description ==

Long description goes here.

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

== Frequently Asked Questions ==

= A question that someone might have =

An answer to that question.

= What about foo bar? =

Answer to foo bar dilemma.

== Screenshots ==

1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot

== Changelog ==

= 1.0 =
* A change since the previous version.
* Another change.

= 0.5 =
* List versions from most recent at top to oldest at bottom.

== Upgrade Notice ==

= 1.0 =
Upgrade notices describe the reason a user should upgrade.  No more than 300 characters.


// Checks WordPress Minimum version based on code review.
https://wpseek.com/pluginfilecheck/

About

This repository contains code developed for the OC WordPress developer meetup as part of a series on plugin development.


Languages

Language:PHP 98.7%Language:JavaScript 1.3%