Browse
For agents
About
HTML Forms – Simple WordPress Forms Plugin
/
1.7.0
HTML Forms – Simple WordPress Forms Plugin
v1.7.0
Switch version
1.7.0
trunk
1.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.1
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.2.0
1.3.0
1.3.1
1.3.10
1.3.11
1.3.12
1.3.13
1.3.14
1.3.15
1.3.16
All 67 releases
Overview
Code
html-forms
/
views
/
admin-footer.php
admin-footer.php
in HTML Forms – Simple WordPress Forms Plugin 1.7.0, at views/admin-footer.php
5 lines
323 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
class
=
"
hf-small-margin
"
>
2
<
p
>
<
strong
>
<
?
php
_e
(
'
Looking for help?
'
,
'
html-forms
'
)
;
?
>
<
/
strong
>
3
<
?
php
echo
sprintf
(
__
(
'
Check out the <a href="%s">HTML Forms Knowledge Base</a>
'
,
'
html-forms
'
)
,
'
https://htmlformsplugin.com/kb/#utm_source=wp-plugin&utm_medium=html-forms&utm_campaign=admin-footer
'
)
;
?
>
.
<
/
p
>
4
<
/
div
>
5