Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Tour Extras
  5. Action :wp_travel_tour_extras_gallery_tab_content

Action :wp_travel_tour_extras_gallery_tab_content

Fire in WP Travel tour extras general tab.

Active Since v2.0.4

Source

File: /inc/admin/views/tabs/tabs-contents/tour-extras/tour-extras-gallery.php
Used by: /inc/admin/views/tabs/tabs-contents/tour-extras/tour-extras-gallery.php

Example: 

function prefix_wp_travel_tour_extras_gallery_tab_content() {
    esc_html_e( ‘This is content added using this hook’, ‘text-domain’ );
}
add_action( ‘wp_travel_tour_extras_gallery_tab_content', 'prefix_wp_travel_tour_extras_gallery_tab_content’ );
Was this article helpful to you? Yes No

How can we help?