| 1 |
<?php |
| 2 |
/** |
| 3 |
* Outputs the Restrict Content by Product Email Login Modal. |
| 4 |
* |
| 5 |
* @package ConvertKit |
| 6 |
* @author ConvertKit |
| 7 |
*/ |
| 8 |
|
| 9 |
?> |
| 10 |
|
| 11 |
<div id="convertkit-restrict-content-modal-background"> |
| 12 |
<div id="convertkit-restrict-content-modal"> |
| 13 |
<div id="convertkit-restrict-content-modal-loading"></div> |
| 14 |
<button id="convertkit-restrict-content-modal-close"><?php esc_html_e( 'Close', 'convertkit' ); ?></button> |
| 15 |
<div id="convertkit-restrict-content-modal-content"> |
| 16 |
<?php |
| 17 |
require 'login-modal-content-email.php'; |
| 18 |
?> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
</div> |