Title: Saimon's Replies | WordPress.org

---

# Saimon

  [  ](https://wordpress.org/support/users/saimon2702/)

 *   [Profile](https://wordpress.org/support/users/saimon2702/)
 *   [Topics Started](https://wordpress.org/support/users/saimon2702/topics/)
 *   [Replies Created](https://wordpress.org/support/users/saimon2702/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/saimon2702/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/saimon2702/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/saimon2702/engagements/)
 *   [Favorites](https://wordpress.org/support/users/saimon2702/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Access digital files for Check before publish](https://wordpress.org/support/topic/access-digital-files-for-check-before-publish/)
 *  [Saimon](https://wordpress.org/support/users/saimon2702/)
 * (@saimon2702)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/access-digital-files-for-check-before-publish/#post-9503722)
 * [@hesamz](https://wordpress.org/support/users/hesamz/) Thanks for your query.
   Basically there is no way to access the downloadable file from the backend as
   you didn’t upload the intend file.
 * I can understand that it is important but as this option is not available for
   now for that reason, I am unable to provide any correct solution right now. Surely,
   I will forward the issue to our developer team. If they find any proper solution
   then they will work on it 🙂
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] how to edit left tabs/menu on user dashboard page](https://wordpress.org/support/topic/how-to-edit-left-tabs-on-user-dashboard-page/)
 *  [Saimon](https://wordpress.org/support/users/saimon2702/)
 * (@saimon2702)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/how-to-edit-left-tabs-on-user-dashboard-page/#post-9482981)
 * [@fragile2005](https://wordpress.org/support/users/fragile2005/) Thanks for your
   ticket. To edit the menu all you need to do is to just copy paste these code 
   in your functions.php file and hit save. Hopefully this will work for you.
    Regards
 *     ```
       add_filter( 'dokan_get_dashboard_nav', function( $menu ) {
       	$menu['products']['title'] = 'Add Products';
       	$menu['orders']['title'] = 'My Orders';
       	return $menu;
       });
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)