Support

Account

Home Forums General Issues Fatal error: Call to undefined function add_row() in … Reply To: Fatal error: Call to undefined function add_row() in …

  • update:

    I have inserted :

    if(!function_exists(‘add_row’)) {
    include(ABSPATH . “wp-content/plugins/advanced-custom-fields-pro/acf.php”);

    }

    in my custom function but With no effect…

    //Adam