>

' . esc_html__( 'Add a New Product', 'bongoto' ) . ''; echo do_shortcode( '[woocommerce_my_account]' ); // Optionally add WooCommerce product form plugin shortcode here. } // If not logged in → login/register prompt else { echo ''; } // Render page content if any extra text was added in editor. the_content(); ?>