Button Code
Button Code
function add_content_to_wcactions_column() {
global $the_order;
$shippingfirstname = $the_order->get_shipping_first_name();
$shippingsecondname = $the_order->get_shipping_last_name();
$address1 = $the_order->get_shipping_address_1();
$address2 = $the_order->get_shipping_address_2();
$postcode = $the_order->get_shipping_postcode();
$shippingcity = $the_order->get_shipping_city();
$shippingstate = $the_order->get_shipping_state();
$shippingcountry = $the_order->get_shipping_country();
$currency = $the_order->get_currency();
$status = $the_order->get_status();