Get %share_link_url% in shortcode
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Get %share_link_url% in shortcode’ is closed to new replies.