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_custom_global_tabs

Action :wp_travel_custom_global_tabs

Hook to support custom tabs.

Source

File: /inc/admin/views/tabs/tabs-contents/settings/tabs-global.php
Used by: /inc/admin/views/tabs/tabs-contents/settings/tabs-global.php

Example:

function prefix_wp_travel_custom_global_tabs() {
    // Code here.
}
add_action( ‘wp_travel_custom_global_tabs', 'prefix_wp_travel_custom_global_tabs’ );
Was this article helpful to you? Yes No

How can we help?