Add shortcode
// Add Shortcode function magento_product( $atts ) { // Attributes $atts = shortcode_atts( array( 'id' => '0', ), $atts ); } add_shortcode( 'MProd', 'magento_product' );
// Add Shortcode function magento_product( $atts ) { // Attributes $atts = shortcode_atts( array( 'id' => '0', ), $atts ); } add_shortcode( 'MProd', 'magento_product' );