• function my_shortcode_function() { 
    echo YITH_WCWL()->get_wishlist_url( 'view/' . $this->get_token() );
       } 
    
    add_shortcode('mug', 'my_shortcode_function');

    But It is not showing me the Share link URL for wishlist.

    Output didn’t show me token.

    What is the way to output wishlist share URL link through custom shortcode.

Viewing 1 replies (of 1 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Is this shortcode to be used on the wishlist page or another?

    Can’t see the sharing links correctly? Since this function is already added by our plugin.

    We will be attentive to any news.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Get %share_link_url% in shortcode’ is closed to new replies.