add_action('wishlist_single_loop', 'wishlist_single_loop_20201908', 5, 2); function wishlist_single_loop_20201908($item_id, $wishlist_id){ //echo '<pre>'.var_export($wishlist_id, true).'</pre>'; ?> <span>Custom HTML here</span> <?php }
add_action('wishlist_single_loop', 'wishlist_single_loop_20201908', 5, 2); function wishlist_single_loop_20201908($item_id, $wishlist_id){ //echo '<pre>'.var_export($wishlist_id, true).'</pre>'; ?> <span>Custom HTML here</span> <?php }