Fire before comment meta on review.
Source
File: /templates/review.php
Used by: /templates/review.php
Parameters
$comment
Example:
function prefix_wp_travel_review_before_comment_meta( $comment ) { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_review_before_comment_meta', 'prefix_wp_travel_review_before_comment_meta’ );