9 lines
236 B
PHP
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>
|