Support

Account

Home Forums General Issues Problem with function_exists() after 4.3.0 update Reply To: Problem with function_exists() after 4.3.0 update

  • Thanks for the update Elliot. This has also caused issues with several sites running on a theme that requires ACF:

    if(is_plugin_active('advanced-custom-fields/acf.php') == true && function_exists('get_field')) {
    
        include('myfile.php');
    
    }

    Looking forward to the new version soon! :]