I hereby claim:
- I am dougaitken on github.
- I am dougaitken (https://keybase.io/dougaitken) on keybase.
- I have a public key whose fingerprint is 3F01 A407 B871 A5BF E737 0328 0B3E E03B FD37 EFAB
To claim this, I am signing this object:
!4*&!3*&!legendary&!mythical&!shiny&!costume&!event&!cp2500-&!shadow |
// turn off Publicize for Products only | |
add_action('init', 'doug_woo_publicize_remove'); | |
function doug_woo_publicize_remove() { | |
remove_post_type_support( 'product', 'publicize' ); | |
} |
/** | |
* Add the old Accommodation Bookings logic where more than one Rate can be applied to Accommodation Bookings blocks | |
* Reverts https://github.com/woocommerce/woocommerce-accommodation-bookings/pull/234 | |
*/ | |
add_filter( 'woocommerce_bookings_apply_multiple_rules_per_block', '__return_true' ); |
// Adds the Payment Request button (Apple Pay) on the checkout page then moves it to after the customer details. | |
// Replace `woocommerce_checkout_after_customer_details` with wherever you want to | |
add_filter( 'wc_stripe_show_payment_request_on_checkout', '__return_true' ); | |
remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_html' ), 1 ); | |
remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_separator_html' ), 2 ); | |
add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_html' ), 1 ); | |
add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_separator_html' ), 2 ); |
L8 Reso 30 | |
L8 Burster 30 | |
L8 US 3 | |
ADA 1 | |
VR Shield 2 | |
AXA 2 | |
SB Link 1 | |
FA 2 | |
TU 3 | |
L7 cube 5 |
#!/bin/bash | |
############################################## | |
# | |
# This program is provided on an 'as-is' basis. | |
# No support is offered for any defects found | |
# in this program. | |
# No liability is accepted for any damage | |
# caused through the use of this program. | |
# | |
############################################## |
I hereby claim:
To claim this, I am signing this object: