function prefix_wishlist_template_location( $template_hook, $product_id ) { // Return your hook here return 'woocommerce_single_product_summary'; } add_filter( 'woocommerce_wishlists_template_location', 'prefix_wishlist_template_location', 10, 2 );