# packeta/2.0.9/constants.php

Packeta, version 2.0.9. 4 lines.

- Page: https://pluginprobe.com/plugins/packeta/2.0.9/code/constants.php
- Raw: https://pluginprobe.com/plugins/packeta/2.0.9/raw/constants.php
- Modified: 2024-02-29T19:06:46+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/packeta/2.0.9/code/constants.php#L10-L20`.

```php
<?php
defined( 'PACKETERY_PLUGIN_DIR' ) || define( 'PACKETERY_PLUGIN_DIR', __DIR__ );
defined( 'PACKETERY_DEBUG' ) || define( 'PACKETERY_DEBUG', false );

```
