woocommerce_order_button_text

woocommerce_order_button_text

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_button_text') is found 1 times:

  • /includes/wc-template-functions.php line 2410
    			'checkout/payment.php',
    			array(
    				'checkout'           => WC()->checkout(),
    				'available_gateways' => $available_gateways,
    				'order_button_text'  => apply_filters( 'woocommerce_order_button_text', __( 'Place order', 'woocommerce' ) ),
    			)
    		);
    	}
    }
    
    if ( ! function_exists( 'woocommerce_checkout_coupon_form' ) ) {