# wp-bottom-menu/1.2/inc/customizer-repeater/functions.php

WP Bottom Menu, version 1.2. 4 lines.

- Page: https://pluginprobe.com/plugins/wp-bottom-menu/1.2/code/inc/customizer-repeater/functions.php
- Raw: https://pluginprobe.com/plugins/wp-bottom-menu/1.2/raw/inc/customizer-repeater/functions.php
- Modified: 2021-04-09T16:04:06+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/wp-bottom-menu/1.2/code/inc/customizer-repeater/functions.php#L10-L20`.

```php
<?php
define( 'CUSTOMIZER_REPEATER_VERSION', '1.1.0' );

require WP_BOTTOM_MENU_DIR_PATH . 'inc/customizer-repeater/inc/customizer.php';
```
