Support

Account

Home Forums General Issues Woocommerce Product Category Link Reply To: Woocommerce Product Category Link

  • I made a typo. Correct use of the function

    
    get_term_link( $term, $taxonomy = '' ); // $term is the term object, ID, or slug whose link will be retrieved
    

    In this case, ‘featured_page_link’ should return an ID (integer) or object term.