Hi,
Thank you, I’ve modified the PHP on the original plugin, but will look into how I can add a snippet to control this.
See modified code below.
'products' => array(
'title' => __( 'Items', 'dokan-lite' ),
'icon' => '<i class="fa fa-briefcase"></i>',
'url' => dokan_get_navigation_url( 'products' ),
'pos' => 30,
'permission' => 'dokan_view_product_menu',
Thank you for your help.
Hi Shafina,
Thanks for your reply.
I only need to translate 1 menu item, installing a plugin to do this seems like overkill – is there really no way to do this via PHP or one of the Dokan templates?
Thanks in advance.