add_filter( 'woocommerce_order_button_text', 'woo_custom_order_button_text' );
function woo_custom_order_button_text() {
return __( 'Your new button text here', 'woocommerce' );
}
Cara Penggunaan
-------------------------
Perkataan default ialah Place Order.
Anda boleh menukarkan perkataan itu dengan custom function seperti diatas.
Sebaiknya gunakan plugin seperti ini untuk melaksanakan PHP Function di web WordPress anda.
https://wordpress.org/plugins/code-snippets/
Tukarkan perkataan : Your new button text here > kepada perkataan yang anda mahukan. Contohnya, Beli Sekarang, Order Now, Place Order dan lain-lain
-------------------------
Perkataan default ialah Place Order.
Anda boleh menukarkan perkataan itu dengan custom function seperti diatas.
Sebaiknya gunakan plugin seperti ini untuk melaksanakan PHP Function di web WordPress anda.
https://wordpress.org/plugins/code-snippets/
Tukarkan perkataan : Your new button text here > kepada perkataan yang anda mahukan. Contohnya, Beli Sekarang, Order Now, Place Order dan lain-lain
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.