UCF / WP-Shortcode-Interface

Creates a shortcode interface that provides a form for inserting and updating shortcodes.
0 stars 0 forks source link
ucf-cm wordpress wordpress-plugin

WP Shortcode Interface

Creates a form that provides the available parameters for defined shortcodes.

Description

Provides an interface for inserting shortcodes into the WordPress WYSIWYG editor. Developers can write supported hooks into their plugins to make their shortcodes available within the interface.

Installation

Manual Installation

  1. Upload the plugin files (unzipped) to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the "Plugins" screen in WordPress

WP CLI Installation

  1. $ wp plugin install --activate https://github.com/UCF/WP-Shortcode-Interface/archive/master.zip. See WP-CLI Docs for more command options.

Changelog

0.2.3

Enhancements:

0.2.2

Enhancements:

0.2.1

Bug Fixes:

0.2.0

Enhancements:

0.1.0

Upgrade Notice

n/a

Installation Requirements

n/a

Development & Contributing

NOTE: this plugin's readme.md file is automatically generated. Please only make modifications to the readme.txt file, and make sure the gulp readme command has been run before committing readme changes.