Dashboard

This topic contains 1 reply and 2 voices, and was last updated by towhid 9 years, 4 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
December 22, 2014 at 5:44 pm 32818
towhid Are you able to provide hooks to extend the dashboard? I would like to add a custom edit screen/tab as part of the Dashboard, and remove the existing "settings" tab. OR Are you able to tell me how I can add custom fields to the existing settings tab?
December 23, 2014 at 5:33 pm 32878
towhid towhid

Hello Tor B,

Please open wp-content/plugins/wedevs-dokan-plugin/includes/template-tags.php file and find function dokan_get_dashboard_nav(). Basically this function are managing the dashoard section.

To create a custom fields in settings tab page there are no hook right not.
But you can create a child theme then place the following code into the child theme’s function.php file.

Please follow this link – http://wedevs.com/support/topic/add-custom-fields-to-existing-form-on-dokan/ about the discussion of custom filed in settings tab.

Thank You 🙂

Viewing 1 Posts - 1 through 1 (of 1 total)