Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks
  5. Action :wp_travel_review_before_comment_meta

Action :wp_travel_review_before_comment_meta

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’ );
Was this article helpful to you? Yes No

How can we help?