theme-options.php 236 B

123456789
  1. <?php
  2. if (!defined('ABSPATH')) exit;
  3. ?>
  4. <table class="form-table">
  5. <tr>
  6. <th><?php _e('Disable social links', 'newsletter') ?></th>
  7. <td><?php $controls->checkbox('theme_social_disable', ''); ?></td>
  8. </tr>
  9. </table>