# shiftcontroller/2.2.2/application/modules/wordpress/controllers/admin/shortcode.php

ShiftController Employee Shift Scheduling, version 2.2.2. 16 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.2.2/code/application/modules/wordpress/controllers/admin/shortcode.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.2.2/raw/application/modules/wordpress/controllers/admin/shortcode.php
- Modified: 2014-01-08T18:20:24+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/shiftcontroller/2.2.2/code/application/modules/wordpress/controllers/admin/shortcode.php#L10-L20`.

```php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

class Wordpress_Shortcode_controller extends Backend_controller
{
	function index()
	{
		$app = $this->config->item('nts_app');
		$this->data[ 'shortcode' ] = '[' . $app . ']';
		$this->set_include( 'shortcode', 'wordpress/admin' );

		$this->load->view( $this->template, $this->data);
	}
}

/* End of file customers.php */
/* Location: ./application/controllers/admin/categories.php */
```
