Support

Account

Home Forums General Issues check acf exists or not Reply To: check acf exists or not

  • ACF should not be able to be loaded twice. It already checks itself.

    
    if( ! class_exists('ACF') ) :
    

    This is done for everything in ACF and is the reason that ACF can be added to themes and plugins. Only the first instance encountered will be active.