Hook to add options for the tour extra admin section.
Source
File: /inc/admin-helper.php
Used by: /inc/admin-helper.php
Example:
function prefix_wp_travel_extras_pro_single_options() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( 'wp_travel_extras_pro_single_options', 'prefix_wp_travel_extras_pro_single_options' );