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

Phone Button, version 1.0.0. 6 lines.

- Page: https://pluginprobe.com/plugins/phone-button/1.0.0/code/include/settings.php
- Raw: https://pluginprobe.com/plugins/phone-button/1.0.0/raw/include/settings.php
- Modified: 2020-05-04T22:53: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/1.0.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";
?>
```
