PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
dokan-pro
/
templates
/
review
<?php /** * Dokan Review Listing Table body Template * * @since 2.4 * * @package dokan */ ?> <?php if ( count( $comments ) == 0 ) { ?> <tr><td colspan="5"><?php _e( 'No Results Found', 'dokan' ); ?></td></tr> <?php } else { foreach ( $comments as $comment ) { Dokan_Pro_Reviews::init()->render_row( $comment, $post_type ); } }
[+]
..
[-] content.php
[edit]
[-] listing.php
[edit]
[-] listing-table-body.php
[edit]
[-] status-filter.php
[edit]
[-] header.php
[edit]
[-] reviews.php
[edit]
[-] listing-table-tr.php
[edit]