# shiftcontroller/2.2.0/application/modules/wordpress/config/menu.php

ShiftController Employee Shift Scheduling, version 2.2.0. 7 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.2.0/code/application/modules/wordpress/config/menu.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.2.0/raw/application/modules/wordpress/config/menu.php
- Modified: 2014-03-12T15:00:34+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.0/code/application/modules/wordpress/config/menu.php#L10-L20`.

```php
<?php
$config = array();
$config[USER_MODEL::LEVEL_ADMIN . '/conf/wordpress'] = array(
	'title'	=> '<i class="fa fa-cog"></i> ' . 'Shortcode',
	'link'	=> 'wordpress/admin/shortcode',
	);
?>
```
