REMOVE PLACE ORDER TEXT: --------------------------------------- /*change place order text */ function wc_place_order_text() { return __( 'BUY NOW', 'woocommerce' ); } add_filter( 'woocommerce_order_button_text', 'wc_place_order_text' );