WordPress-Plugin-Boilerplate icon indicating copy to clipboard operation
WordPress-Plugin-Boilerplate copied to clipboard

Add support for shortcodes

Open gytisrepecka opened this issue 4 years ago • 3 comments

Add support for shortcodes in the same manner as filters and actions currently existing on boilerplate.

Also included example function (plugin_name_shortcode_func) that can accept shortcode with arguments:

[plugin-name-shortcode argm='123']

gytisrepecka avatar Jul 17 '20 14:07 gytisrepecka

Works great, thanks!

puremana avatar Dec 12 '20 20:12 puremana

Any chances to merge into master?

gytisrepecka avatar Apr 25 '21 10:04 gytisrepecka

Great idea, used with a few changes in the new fork of this plugin which will actively take PRs.

Current changes are in develop branch.

Thanks @gytisrepecka

smileBeda avatar Jul 05 '21 14:07 smileBeda