Code-Snippets-Functions/Execute a function on a child site/WooCommerce PayPal Payments/change-button-placement-single-product.txt

3 lines
142 B
Text

add_filter('woocommerce_paypal_payments_single_product_renderer_hook', function() {
return 'woocommerce_before_add_to_cart_quantity';
});