warengonzaga / shortcodes-wp

A WordPress shortcode plugin to automagically display WordPress information. Simple and lightweight, no annoying ads and fancy settings.
GNU General Public License v3.0
4 stars 3 forks source link

namespace for shortcode (#8) #10

Closed ChristofLee closed 3 years ago

ChristofLee commented 3 years ago

Add namespace to shortcode and functions, checking the functions exist before defining them.

This PR also merges #1 and #2 so suggest merging those PR's first and then reviewing this.

ChristofLee commented 3 years ago

This renames shortcode functions to be more specific and checks if each shortcode function exists before defining it, preventing conflicts.

warengonzaga commented 3 years ago

I have pending requirements, can you check it @ChristofLee here in this issue #8 ?

warengonzaga commented 3 years ago

Thanks, @ChristofLee for the help! I'm merging this now to the dev branch.