WC_Shortcodes::my_account()public staticWC 1.0

My account page shortcode.

Method of the class: WC_Shortcodes{}

No Hooks.

Return

String.

Usage

$result = WC_Shortcodes::my_account( $atts );
$atts(array) (required)
Attributes.

WC_Shortcodes::my_account() code WC 8.6.1

public static function my_account( $atts ) {
	return self::shortcode_wrapper( array( 'WC_Shortcode_My_Account', 'output' ), $atts );
}