I've used the first option of this hook (the other ones didn't work) -> Woocommerce Product Default Description for All Products
And this is how it looks (the red marked text is the standard description)
However, I want the text to appear after the product description. where the red arrow is, I want the standard text. So above 'in winkelmand' (which means 'add to bag')
How can I achieve this?
Heb je een vraag over dit product? Neem gerust contact op met de klantenservice, stuur een privé berichtje via Facebook of klik op de chat rechts onder.
'; }; add_action( 'woocommerce_single_product_summary', 'my_custom_action', 15 ); – Lianne Jul 18 '18 at 13:27