first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
if (!defined('ABSPATH'))
exit;
?>
<table class="form-table">
<tr>
<th>Max posts</th>
<td><?php $controls->text('theme_max_posts', 5); ?></td>
</tr>
<tr>
<th>Categories</th>
<td><?php $controls->categories_group('theme_categories'); ?></td>
</tr>
<tr>
<th>Post types</th>
<td>
<?php $controls->post_types('theme_post_types'); ?>
<p class="description">Leave all uncheck for a default behavior.</p>
</td>
</tr>
</table>
<?php include WP_PLUGIN_DIR . '/newsletter/emails/themes/default/social-options.php'; ?>