DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.66k stars 2.25k forks source link

Add support for shortcodes #549

Open gytisrepecka opened 4 years ago

gytisrepecka commented 4 years ago

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']
puremana commented 3 years ago

Works great, thanks!

gytisrepecka commented 3 years ago

Any chances to merge into master?

smileBeda commented 3 years ago

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