parsavix/wordpress-shortcode-lib

Faciliates registering and working with WordPress shortcodes.

v1.1.0 2020-02-09 15:49 UTC

This package is auto-updated.

Last update: 2024-09-10 01:37:05 UTC


README

  1. Install using composer require parsavix/wordpress-shortcode-lib.
  2. Create shortcodes in inc/Shortcodes directory.
  3. Extend Shortcode class and define shortcode properties and render method.