# phone-button/2.1.0/include/settings.php

Phone Button, version 2.1.0. 6 lines.

- Page: https://pluginprobe.com/plugins/phone-button/2.1.0/code/include/settings.php
- Raw: https://pluginprobe.com/plugins/phone-button/2.1.0/raw/include/settings.php
- Modified: 2021-02-01T14:11:08+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/phone-button/2.1.0/code/include/settings.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<?php

global $wpdb;
$wp_options_name = "yydev_phone_btn";
?>
```
