Could you give me details on where I can find the php file that contains the function woocommerce_thankyou?
I need some but not all of the code that is contained within this function so I can further customise my thankyou.php file.
Check wplms/includes/func.php
woocommerce_thankyou is not a function, it is an action hook provided by WooCommerce.
Also try searching woocommerce documentation.