Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Tab
  5. Action :wp_travel_tabs_content_ . $collection . _ . $key

Action :wp_travel_tabs_content_ . $collection . _ . $key

Fire on WP Travel tabs section.

Active Since v1.9.0

Source

File: /inc/admin/views/tabs/tabs.php
Used by: /inc/admin/views/tabs/tabs.php

Parameter
$key, $args

Example:

function prefix_wp_travel_tabs_content_’$collection_name’_’$key’( $key, $args ) {
    esc_html_e( ‘This is content added using this hook’, ‘text-domain’ );
}
add_action( 'wp_travel_tabs_content_' . $collection . '_' . $key', 'prefix_wp_travel_tabs_content_’$collection_name’_’$key  );
Was this article helpful to you? Yes No

How can we help?