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

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

- Page: https://pluginprobe.com/plugins/page-post-notes/1.3.3/code/include/settings.php
- Raw: https://pluginprobe.com/plugins/page-post-notes/1.3.3/raw/include/settings.php
- Modified: 2024-12-26T14:27:14+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/1.3.3/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";

?>
```
