WC_Product_External::set_button_text( string $button_text )

Set button text.


Description Description


Parameters Parameters

$button_text

(Required) Button text.


Top ↑

Source Source

File: includes/class-wc-product-external.php

	public function set_button_text( $button_text ) {
		$this->set_prop( 'button_text', $button_text );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.