# convertkit/3.4.4/views/frontend/restrict-content/login-modal-content-email.php

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 3.4.4. 16 lines.

- Page: https://pluginprobe.com/plugins/convertkit/3.4.4/code/views/frontend/restrict-content/login-modal-content-email.php
- Raw: https://pluginprobe.com/plugins/convertkit/3.4.4/raw/views/frontend/restrict-content/login-modal-content-email.php
- Modified: 2025-02-04T03:13:26+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/convertkit/3.4.4/code/views/frontend/restrict-content/login-modal-content-email.php#L10-L20`.

```php
<?php
/**
 * Outputs the restricted content product email field
 * for the subscriber to enter their email address if
 * they've already subscribed to the ConvertKit Product,
 * displayed within a modal.
 *
 * @package ConvertKit
 * @author ConvertKit
 */

?>
<h3><?php echo esc_html( WP_ConvertKit()->get_class( 'output_restrict_content' )->restrict_content_settings->get_by_key( 'email_heading' ) ); ?></h3>
<?php
require 'login-email.php';
?>
```
