• 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 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    Thanks, I will let the Devs know about this.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hello, can you give an example function and context on what you’re using this for? I’m not sure why we’d need to wrap things based on your suggestion, so a function name may help me understand better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggestion for future releases’ is closed to new replies.