# booking-manager/2.0/core/any/index.php

Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar, version 2.0. 7 lines.

- Page: https://pluginprobe.com/plugins/booking-manager/2.0/code/core/any/index.php
- Raw: https://pluginprobe.com/plugins/booking-manager/2.0/raw/core/any/index.php
- Modified: 2017-09-03T06:53:42+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/booking-manager/2.0/code/core/any/index.php#L10-L20`.

```php
<?php
// Silence is golden.

// Replace WPBM to ...
// _wpbm_  to _bk_ (...)  in get_wpbm_option ....
// - wpbm to ...
//  , 'booking-manager') ==> ... 
```
