HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/tepnot/public_html/wp-content/plugins/dokan-pro/templates/review/listing.php
<?php

defined( 'ABSPATH' ) || exit;

/**
 * Dokan Review Listing Template
 *
 * @since 2.4
 *
 * @package dokan
 */

    /**
     * Dokan_manage_reviews_form hook.
     *
     * @since 3.7.13
     */
    do_action( 'dokan_manage_reviews_form', $comment_status );
?>

    <table id="dokan-comments-table" class="dokan-table dokan-table-striped">
        <thead>
            <tr>
                <?php if ( 'on' === $manage_review && current_user_can( 'dokan_manage_reviews' ) ) { ?>
                    <th class="col-check"><input class="dokan-check-all" type="checkbox"></th>
                <?php } ?>
                <th class="col-author"><?php esc_html_e( 'Author', 'dokan' ); ?></th>
                <th class="col-content"><?php esc_html_e( 'Comment', 'dokan' ); ?></th>
                <th class="col-link"><?php esc_html_e( 'Link To', 'dokan' ); ?></th>
                <th class="col-link"><?php esc_html_e( 'Rating', 'dokan' ); ?></th>
            </tr>
        </thead>

        <tbody>

            <?php

            /**
             * Dokan_review_listing_table_body hook
             *
             * @hooked dokan_render_listing_table_body
             */
            do_action( 'dokan_review_listing_table_body', $post_type )
            ?>

        </tbody>
    </table>

</form>