Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Settings
  5. Action :wp_travel_after_page_settings

Action :wp_travel_after_page_settings

Fire after WP Travel admin dashboard page option in general tab.

Active Since v1.8.0

Source

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

Parameters
$tab, $args

Example:

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

How can we help?