17 lines
443 B
PHP
17 lines
443 B
PHP
<?php
|
|
/**
|
|
* Password Protect Child Pages
|
|
*/
|
|
?>
|
|
<tr class="ppwp_free_version">
|
|
<td class="feature-input"><span class="feature-input"></span></td>
|
|
<td>
|
|
<p>
|
|
<label>
|
|
<?php echo esc_html__( 'Password Protect Child Pages', PPW_Constants::DOMAIN ); ?>
|
|
</label>
|
|
<?php echo esc_html__( 'Automatically protect all child pages once their parent is protected. Available in Pro version.', PPW_Constants::DOMAIN ); ?>
|
|
</p>
|
|
</td>
|
|
</tr>
|