Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Beee

    (@beee)

    Thanks, I’ll mark this topic resolved…

    I do would like to hear about the
    if ( !function_exists() ) or if ( !defined() )
    (if possible)

    if ( !function_exists('em_init'))

    works for me… it’s not a bad thing to use this, is it ?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    that should work, but make sure you do it on the plugins_loaded action

    Thread Starter Beee

    (@beee)

    so

    if ( !function_exists('plugins_loaded'))

    but isn’t that a bit ‘generic’ ? em_init probably doesn’t occur in any other plugin. plugins_loaded might…

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘#_24HENDTIME echoed instead of parsed’ is closed to new replies.