PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-dashboard
/
templates
<?php require_once( plugin_dir_path( __FILE__ ) . 'table-businesses.php' );?> <div class="row-fluid"> <div class="span12"> <div class="row-fluid"> <?php $favorites = WyzHelpers::get_user_favorites( $this->user_id ); if ( empty( $favorites ) ) echo '<h3 class="main-notice">' . esc_html__( 'You don\'t have any favorites yet', 'wyzi-business-finder' ) . '</h3>'; else { $extra_args = array( 'author' => '', 'post__in' => $favorites ); $table = new WyzDashboardBusinessesTable( $this->user_id, $extra_args ); $table->the_table(); } ?> </div> </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]