13 lines
575 B
PHP
13 lines
575 B
PHP
<tr class="ppwp_free_version">
|
|
<td class="feature-input"><span class="feature-input"></span></td>
|
|
<td>
|
|
<p>
|
|
<label>
|
|
<?php echo esc_html__( 'Block Search Indexing', PPW_Constants::DOMAIN ); ?>
|
|
</label>
|
|
<?php echo _e( '<a target="_blank" rel="noopener noreferrer" href="https://passwordprotectwp.com/docs/settings/?utm_source=user-website&utm_medium=settings-general-tab&utm_campaign=ppwp-free#block-indexing">Prevent search engines from indexing</a> your password protected content. Available in Pro version.', PPW_Constants::DOMAIN ); ?>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
|