Background of the issue:
I am trying to translate WooCommerce endpoints in WPML for multiple languages on a site under development. I followed the solution provided in this forum post: https://wpml.org/it/forums/topic/issue-translate-label-custom-woocommerce-endpoint, but it does not work. I also referred to this documentation: קישור נסתר.
Symptoms:
The solution for translating WooCommerce endpoints in WPML does not work.
Questions:
Why doesn't the solution for translating WooCommerce endpoints in WPML work?
This is ny endpoint code and I need to translate Album label and Lorem ipsum text.
-------------
add_filter ( 'woocommerce_account_menu_items', 'album_custom_endpoint', 40 );
function mjal_custom_endpoint( $menu_links ){