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

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

- Page: https://pluginprobe.com/plugins/convertkit/3.4.4/code/views/frontend/restrict-content/login-modal.php
- Raw: https://pluginprobe.com/plugins/convertkit/3.4.4/raw/views/frontend/restrict-content/login-modal.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.php#L10-L20`.

```php
<?php
/**
 * Outputs the Restrict Content by Product Email Login Modal.
 *
 * @package ConvertKit
 * @author ConvertKit
 */

?>

<div id="convertkit-restrict-content-modal-background">
	<div id="convertkit-restrict-content-modal">
		<div id="convertkit-restrict-content-modal-loading"></div>
		<button id="convertkit-restrict-content-modal-close"><?php esc_html_e( 'Close', 'convertkit' ); ?></button>
		<div id="convertkit-restrict-content-modal-content">
			<?php
			require 'login-modal-content-email.php';
			?>
		</div>
	</div>
</div>
```
