PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
/
vendor-dashboard
<?php /** * The template for displaying vendor dashboard * * Override this template by copying it to yourtheme/dc-product-vendor/vendor-dashboard/vendor-university.php * * @author WC Marketplace * @package WCMp/Templates * @version 2.2.0 */ if (!defined('ABSPATH')) { // Exit if accessed directly exit; } global $woocommerce, $WCMp; $university_args = apply_filters( 'wcmp_vendor_knowledgebase_query_args', array( 'posts_per_page' => -1, 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'wcmp_university', 'post_status' => 'publish', 'suppress_filters' => true ), get_current_user_id() ); $university_posts = get_posts($university_args); $count_university = count($university_posts); ?> <div class="col-md-12"> <?php if(count($university_posts) > 0){ ?> <div id="wcmp_frontend_accordian"> <?php wp_reset_postdata(); foreach ($university_posts as $university_post) { setup_postdata($university_post); if ($university_post->post_title != '') { ?> <div> <div class="msg_title_box2"><span class="title"><?php echo $university_post->post_title; ?></span><br> </div> <div class="clear"></div> </div> <div> <div class="university_text default-content-css"> <?php the_content(); ?> </div> </div> <?php } } wp_reset_postdata(); ?> </div> <?php } ?> <?php if ($count_university == 0) { echo '<div class="panel panel-default panel-pading text-center empty-panel">' . __('Sorry no knowledgebase found', 'dc-woocommerce-multi-vendor') . "</div>"; } ?> </div> <script type="text/javascript"> jQuery(document).ready(function ($) { $(function () { $("#wcmp_frontend_accordian").accordion({ speed: 'slow', heightStyle: "content", collapsible: true, }); }); }); </script>
[+]
..
[+]
vendor-announcements
[-] vendor-policy.php
[edit]
[-] vendor-report.php
[edit]
[-] vendor-withdrawal.php
[edit]
[-] navigation.php
[edit]
[+]
vendor-transactions
[-] profile.php
[edit]
[-] dashboard-footer.php
[edit]
[+]
product-manager
[-] dashboard.php
[edit]
[+]
vendor-orders
[-] vendor-university.php
[edit]
[-] vendor-orders.php
[edit]
[-] vendor-products-qna.php
[edit]
[-] vendor-tools.php
[edit]
[-] vendor-transactions.php
[edit]
[-] vendor-billing.php
[edit]
[+]
dashboard
[-] vendor-shipping.php
[edit]
[-] dashboard-header.php
[edit]
[+]
dashboard-widgets
[+]
coupon-manager
[-] shop-front.php
[edit]
[+]
vendor-shipping
[-] vendor-announcements.php
[edit]
[+]
vendor-withdrawal