Support

Account

Home Forums General Issues Saving an ACF value in a cookie Reply To: Saving an ACF value in a cookie

  • Change

    $page_title = get_field('content_heading')->the_field('content_heading');
    

    to

    $page_title = get_field('content_heading');