UCF / WP-Shortcode-Interface

Creates a shortcode interface that provides a form for inserting and updating shortcodes.
0 stars 0 forks source link

Create Function for Registering Shortcode Configs #1

Closed jmbarne3 closed 6 years ago

jmbarne3 commented 7 years ago

To prevent total breakage when the wp_scif_add_shortcode filter is called by an another plugin, instead create a function for adding shortcodes. This function can then validate the incoming configuration and verify it won't break anything, and then add a filter.

jmbarne3 commented 6 years ago

Going to close this out as I don't think this is really that big of a concern at this point.