WP Manifestindependent plugin directory
manifest / content / wp-shortcode-interface

WP Shortcode Interface

Creates a shortcode interface that provides a form for inserting and updating shortcodes.

by UCF Web Communications · github.com/ucf/wp-shortcode-interface

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ucf/wp-shortcode-interface/archive/refs/heads/master.zip

Declares an update source (UCF/WP-Shortcode-Interface), so updates arrive through the plugin's own updater.

From the readme

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: Added composer file. 0.2.2 ### Enhancements: Added Github updater support Added minimum required PHP version 0.2.1 ### Bug Fixes: Fixed the generated url for a spinner icon used in the admin interface that could cause internal redirect problems. 0.2.0 ### Enhancements: Added ability to assign a shortcode to a group for better organization within the shortcode select dropdown 0.1.0 ### Initial prerelease Upgrad

Read the full README on GitHub →

Releases

TagPublished
v0.2.3 Mar 22, 2023
v0.2.2 Nov 19, 2019
v0.2.0 Jan 19, 2018
v0.2.1 Jan 19, 2018
v0.1.0 Jul 31, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.