• Resolved Rosa

    (@rosamartbd)


    Hi, Dear Dokan team i need a help, I want to add media to the short description and description. I found a code but don’t know where to put this code. Could you please tell me. Code below.

    Thank you.

    add_filter('dokan_product_short_description', 'add_media_button');
    add_filter('dokan_product_description', 'add_media_button');
    
    function add_media_button(){
      return array(
        'media_buttons' => true
      );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add media to the short description and description’ is closed to new replies.