Account_Profile::render( $attributes )
Summary
No summary available.Source
File: src/BigCommerce/Editor/Gutenberg/Blocks/Account_Profile.php
public function render( $attributes ) { return sprintf( '[%s]', Shortcodes\Account_Profile::NAME ); // content will be passed through do_shortcode }