Browse
For agents
About
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages
/
trunk
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages
vtrunk
Switch version
3.4.1
3.4.0
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.2.6
2.2.7
2.2.8
2.2.9
2.3.0
2.3.1
2.3.2
2.3.3
All 194 releases
Overview
Code
convertkit
/
views
/
frontend
/
restrict-content
/
form.php
form.php
in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages trunk, at views/frontend/restrict-content/form.php
19 lines
375 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
/**
3
* Outputs a form for the subscriber to enter their
4
* email address to subscribe to the form, granting
5
* them access.
6
*
7
*
@package
ConvertKit
8
*
@author
ConvertKit
9
*/
10
11
echo
$
form
;
//
phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
12
?
>
13
<
div
id
=
"
convertkit-restrict-content
"
>
14
<
?
php
15
//
Output a login link or form.
16
require
'
login.php
'
;
17
?
>
18
<
/
div
>
19