Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Suggestion for future releases

$
0
0

Replies: 0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles