# quickwebp/1.0.0/includes/dev-toolkits.php

QuickWebP – WebP &amp; AVIF Image Optimizer, Compression &amp; SEO for WordPress, version 1.0.0. 7 lines.

- Page: https://pluginprobe.com/plugins/quickwebp/1.0.0/code/includes/dev-toolkits.php
- Raw: https://pluginprobe.com/plugins/quickwebp/1.0.0/raw/includes/dev-toolkits.php
- Modified: 2023-02-09T08:58:38+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/quickwebp/1.0.0/code/includes/dev-toolkits.php#L10-L20`.

```php
<?php
/** 
* This file is include only on local development environment.
* You can execute here any code you want to execute on local development environment for test or debug.
*
* @since 1.0.0
*/
```
