[woodmart_compare]

add_filter( 'woocommerce_order_button_text', 'my_custom_checkout_button_text' ); function my_custom_checkout_button_text() { return 'Pay Now'; }