# page-post-notes/trunk/include/settings.php

Page &amp; Post Notes, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/page-post-notes/trunk/code/include/settings.php
- Raw: https://pluginprobe.com/plugins/page-post-notes/trunk/raw/include/settings.php
- Modified: 2020-03-25T11:56:40+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/page-post-notes/trunk/code/include/settings.php#L10-L20`.

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

global $wpdb;
$table_name = $wpdb->prefix . "yydev_notes";

?>
```
