Browse
For agents
About
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress
/
4.1.2
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress
v4.1.2
Switch version
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.3.1
3.3.0
trunk
1.0.0
2.0.0
2.1.0
3.0.0
3.1.0
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
Overview
Code
quickwebp
/
admin
/
templates
/
tab-media-paste.php
tab-media-paste.php
in QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress 4.1.2, at admin/templates/tab-media-paste.php
15 lines
291 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
//
Exit if accessed directly
3
?
>
4
5
<
div
class
=
"
quickwebp-tab
"
>
6
7
<
div
class
=
"
quickwebp-tab__content
"
>
8
<
h2
>
{
{
click_paste
}
}
<
/
h2
>
9
<
/
div
>
10
11
<
label
class
=
"
quickwebp-tab__paste
"
>
12
<
input
type
=
"
text
"
class
=
"
quickwebp-tab__paste__input
"
>
13
<
/
label
>
14
15
<
/
div
>