# wpdirectorykit/1.3.1/application/controllers/Wdk_change_currency.php

WP Directory Kit, version 1.3.1. 18 lines.

- Page: https://pluginprobe.com/plugins/wpdirectorykit/1.3.1/code/application/controllers/Wdk_change_currency.php
- Raw: https://pluginprobe.com/plugins/wpdirectorykit/1.3.1/raw/application/controllers/Wdk_change_currency.php
- Modified: 2024-04-06T09:16:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpdirectorykit/1.3.1/code/application/controllers/Wdk_change_currency.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly;

class Wdk_change_currency extends Winter_MVC_Controller {

	public function __construct(){
		parent::__construct();
	}
    
	public function index()
	{
        // Load view
        $this->load->view('wdk_change_currency/index', $this->data);
    }


}

```
