• Resolved redcastor

    (@redcastor)


    It is not possible to wrap the shortcode [dokan-dashboard]

    <div class=”row”>
    [dokan-dashboard]
    </div>

    the shortcode retun include template.
    Is it possible to fix like this

    ob_start();
    dokan_get_template_part( ‘products/products’ );
    return = ob_get_clean();

Viewing 1 replies (of 1 total)
  • Hi @redcastor,

    Thanks for pointing this out, we will definitely keep this in our next update.

    But still now you can override the whole dashboard.php template from your child theme. Where you can include this custom div

    Thanks again for your support.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode [dokan-dashboard]’ is closed to new replies.