Support

Account

Home Forums Front-end Issues How to get a URL from a Woo tag or category taxonomy field (ACF PRO) Reply To: How to get a URL from a Woo tag or category taxonomy field (ACF PRO)

  • What is the return format setting of these fields

    
    
    $catlink = get_sub_field( 'home_section_link_cat' );
     $taglink = get_sub_field( 'home_section_link_tag' );
     $linktype = get_sub_field( 'home_section_link_type' );