ID, 'payment_methods', true ); $available_gateways = WC()->payment_gateways->get_available_payment_gateways(); if ( $available_gateways ) foreach ( $available_gateways as $key => $val ) { echo 'id, $payment_methods ), true, false ) . '>' . esc_html( $val->title ) . ''; } ?>
ID, 'billing_countries', true ); $countries = WC()->countries->countries; if ( $countries ) foreach ( $countries as $key => $val ) { echo '' . esc_html( $val ) . ''; } ?>
ID, 'shipping_countries', true ); $countries = WC()->countries->countries; if ( $countries ) foreach ( $countries as $key => $val ) { echo '' . esc_html( $val ) . ''; } ?>
ID, 'pc_inc_exc', true ), 'include'); if(get_post_meta( $post->ID, 'pc_inc_exc', true ) == null) echo 'checked="checked"'; ?>> ID, 'pc_inc_exc', true ), 'exclude'); ?> >