Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Filters Associated With Settings
  5. Filter :wp_travel_currencies

Filter :wp_travel_currencies

WP Travel currencies list.

Source

File: /inc/currencies.php
Used by: /inc/currencies.php

Parameters
$currency

Example:

function prefix_wp_travel_currencies( $currency ) {
    $currency[‘CURRENCY SHORT FORM’] = ‘CURRENCY NAME’;
    return $countries;
}
add_filter( 'wp_travel_currencies', 'prefix_wp_travel_currencies' );
Was this article helpful to you? Yes No

How can we help?