magento2_shortcode
// Add Shortcode function magento2_shortcode( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( ), $atts, 'magento2' ); } add_shortcode( 'magento2', 'magento2_shortcode' );
// Add Shortcode function magento2_shortcode( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( ), $atts, 'magento2' ); } add_shortcode( 'magento2', 'magento2_shortcode' );