Suggestion for future releases
-
Not sure if this is the appropriate spot for suggestions, but I would like to see future releases make use of some good coding practices (as recommended by WordPress) that make maintenance and customization more friendly and stable:
Wrap functions that are distributed with the Event Manger with this:
if(!function_exists(‘function_name’)){
…..
}For those that make corrections and customizations and utilize the WordPress recommended mu-plugins, this will help keep the site from crashing when Event Manager makes updates to functions.
Currently, every time Event Manager makes an update, I have to spend some time adding the above wrapper to the Event Manager functions to maintain site functionality.
Thank you.
- The topic ‘Suggestion for future releases’ is closed to new replies.