<form name="checkout" method="post" class="checkout woocommerce-checkout" action="http://localhost:10010/shop-2/checkout/"
I am using woocommerce plugin. this is checkout page form's html element. I just wondering how can i find action's php file location. e.g) normally I saw code like that
where is the php file?