| 1 |
<?php |
| 2 |
/** |
| 3 |
* Outputs the restricted content product email field |
| 4 |
* for the subscriber to enter their email address if |
| 5 |
* they've already subscribed to the ConvertKit Product, |
| 6 |
* displayed within a modal. |
| 7 |
* |
| 8 |
* @package ConvertKit |
| 9 |
* @author ConvertKit |
| 10 |
*/ |
| 11 |
|
| 12 |
?> |
| 13 |
<h3><?php echo esc_html( WP_ConvertKit()->get_class( 'output_restrict_content' )->restrict_content_settings->get_by_key( 'email_heading' ) ); ?></h3> |
| 14 |
<?php |
| 15 |
require 'login-email.php'; |
| 16 |
?> |