Download the PHP package underpin/shortcode-loader without Composer
On this page you can find all versions of the php package underpin/shortcode-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/shortcode-loader
More information about underpin/shortcode-loader
Files in underpin/shortcode-loader
Download underpin/shortcode-loader
More information about underpin/shortcode-loader
Files in underpin/shortcode-loader
Vendor underpin
Package shortcode-loader
Short Description Shortcode loader for Underpin
License GPL-2.0-or-later
Package shortcode-loader
Short Description Shortcode loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package shortcode-loader
Underpin Shortcode Loader
Loader That assists with registering shortcodes to a WordPress website.
Installation
Using Composer
composer require underpin/shortcode-loader
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-shortcodes/shortcodes.php');
Setup
- Install Underpin. See Underpin Docs
- Register new shortcodes menus as-needed.
Example
A very basic example could look something like this.
Alternatively, you can extend Shortcode
and reference the extended class directly, like so:
All versions of shortcode-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/shortcode-loader contains the following files
Loading the files please wait ....