WP Manifestindependent plugin directory
manifest / content / shortcode-master

Shortcode Master

Shortcode Master is a powerful tool that effortlessly create shortcode & injects custom shortcodes into all WordPress posts and pages. With seamless integration, users can enhance content presentation and functionality across the entire website.

by Vishal Hambir · github.com/vishalhambir77/shortcode-master

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/vishalhambir77/shortcode-master/archive/refs/heads/main.zip

Shortcode Master is a powerful tool that effortlessly creates shortcode & injects custom shortcodes into all WordPress posts and pages. With seamless integration, users can enhance content presentation and functionality across the entire website.

Description

The WordPress Shortcode Master Plugin is a versatile tool designed to simplify the integration of custom PHP functionality into your WordPress website through shortcodes. This plugin empowers users to create shortcodes from PHP files and offers the flexibility to add these shortcodes to all pages and posts if desired.

Features

  • Create Custom Shortcodes: Transform your PHP files into easily manageable shortcodes, enabling you to incorporate unique functionalities into your WordPress site seamlessly.

  • Global Inclusion Option: The plugin provides an option to include your custom shortcode on all pages and posts, saving you time and effort.

  • Enhanced Reusability: By encapsulating PHP functions within shortcodes, you can promote code reusability and simplify maintenance across your website.

Installation

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

  1. Upload plugin-name to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Usage

  1. After activating the plugin, a new menu item titled Shortcode Master will appear in your WordPress admin dashboard.
  2. Click on Shortcode Master to access the plugin settings and shortcode management.
  3. To create a new shortcode, select the Create Shortcode option.
  4. Paste the PHP code in add shortcode option that you want to insert in pages & posts.
  5. Save your shortcode settings.

Changelog

v1.0.0

  • Initial release