WC_Shortcode_My_Account::get()public staticWC 1.0

Get the shortcode content.

Метод класса: WC_Shortcode_My_Account{}

Хуков нет.

Возвращает

Строку.

Использование

$result = WC_Shortcode_My_Account::get( $atts );
$atts(массив) (обязательный)
Shortcode attributes.

Код WC_Shortcode_My_Account::get() WC 8.7.0

public static function get( $atts ) {
	return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
}