# quickwebp/4.1.2/admin/templates/tab-media-paste.php

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

- Page: https://pluginprobe.com/plugins/quickwebp/4.1.2/code/admin/templates/tab-media-paste.php
- Raw: https://pluginprobe.com/plugins/quickwebp/4.1.2/raw/admin/templates/tab-media-paste.php
- Modified: 2026-08-05T15:56: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/quickwebp/4.1.2/code/admin/templates/tab-media-paste.php#L10-L20`.

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

<div class="quickwebp-tab">

	<div class="quickwebp-tab__content">
		<h2>{{click_paste}}</h2>
	</div>

	<label class="quickwebp-tab__paste">
		<input type="text" class="quickwebp-tab__paste__input">
	</label>

</div>
```
