Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Show Admin Bar in Dashbard

WCMp Core

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #112960
      Anonymous
      Inactive

      Hello Support,

      is it possible to see the WordPress admin bar in the Vendor dashboard?

      Thank for Help.

    • #112961
      Anonymous
      Inactive

      * Version 3.5.13

    • #113106

      Hi,
      As per our default flow we removed the admin bar after vendor login.
      you can show the admin bar using below code.

      add_filter('wcmp_show_admin_bar', '__return_true');
      Copy

      otherwise you can add custom code using below filter.

      wcmp_show_admin_bar
      Copy

      Regards,

    • #113121
      Anonymous
      Inactive

      Hi abhirup,

      thank you for help.

      where is the template, where this code has to be implemented?

      • #113122
        Anonymous
        Inactive

        OKAY – I found it. Thanks again.

        function.php in theme folder.

    • #113148

      Thank you, based on your confirmation we are marking this thread closed.

Viewing 4 reply threads

The topic ‘Show Admin Bar in Dashbard’ is closed to new replies.