PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-dashboard
/
templates
<div class="row-fluid"> <div class="span12"> <?php global $current_user; wp_get_current_user(); $user_login = $current_user->user_login; $args = array( 'post_type' => 'product', 'post_status' => array('publish','pending'), 'author' => $this->user_id, 'posts_per_page' => -1, 'fields' => 'ids', ); $products_query = new WP_Query( $args ); $posts = implode( ',', $products_query->posts ); echo do_shortcode( "[wcmp_products per_page=-1 ids='$posts']" ); ?> </div> </div>
[+]
..
[-] offer-form.php
[edit]
[-] subscription.php
[edit]
[-] table-offers.php
[edit]
[-] favorite.php
[edit]
[-] appointments.php
[edit]
[-] offers.php
[edit]
[-] jobs.php
[edit]
[-] vendor-form.php
[edit]
[-] calendars.php
[edit]
[-] table-listings.php
[edit]
[-] inbox.php
[edit]
[-] table-jobs.php
[edit]
[-] job-form.php
[edit]
[-] profile.php
[edit]
[-] products.php
[edit]
[-] table-businesses.php
[edit]
[-] shop.php
[edit]
[-] landing.php
[edit]
[-] businesses.php
[edit]
[-] business-form.php
[edit]