Files
carpseeds.pl/wp-content/plugins/newsletter/emails/themes/blank/theme-options.php
2024-07-15 11:28:08 +02:00

9 lines
236 B
PHP

<?php
if (!defined('ABSPATH')) exit;
?>
<table class="form-table">
<tr>
<th><?php _e('Disable social links', 'newsletter') ?></th>
<td><?php $controls->checkbox('theme_social_disable', ''); ?></td>
</tr>
</table>