WC_Shortcode_My_Account::get
Get the shortcode content.
Method of the class: WC_Shortcode_My_Account{}
No Hooks.
Returns
String.
Usage
$result = WC_Shortcode_My_Account::get( $atts );
- $atts(array) (required)
- Shortcode attributes.
WC_Shortcode_My_Account::get() WC Shortcode My Account::get code WC 10.6.2
public static function get( $atts ) {
return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
}