mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://github.com/woocommerce/woocommerce-paypal-payments/wiki/Actions-and-Filters#change-button-placement-via-render-hooks
3 lines
142 B
Text
3 lines
142 B
Text
add_filter('woocommerce_paypal_payments_single_product_renderer_hook', function() {
|
|
return 'woocommerce_before_add_to_cart_quantity';
|
|
});
|