-
Notifications
You must be signed in to change notification settings - Fork 1
/
options.php
25 lines (25 loc) · 1.42 KB
/
options.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class="wrap">
<div id="post-body" class="metabox-holder columns-z">
<div id="post-body-content">
<div class="postbox">
<div class="inside">
<h2>Tamil Quotes 💌</h2>
<strong><p>✅ Tamil Quotes Plugin Shortcode ⇒ <code>[tamilquotes]</code></p></strong>
<strong><p>✅ We Include the Auto-Reload Function for Every 2min to Fetch the Random kavithai</p></strong>
<strong><p>✅ you can also Refresh the Page Manually to Get Random kavithai and Tamil Quotes</p></strong>
<strong><p>✅ Support (For Updates and Changelogs) - <a rel="nofollow noopener noreferrer" href="https://github.com/santhoshkumar/tamil-quotes-wp/issues" target="_blank">Connect Now</a></P></strong>
<br>
<form method="post" action="options.php">
<?php settings_fields('tmlquotes_mskc_topt'); ?>
<strong><p>Background Color 🍔</p></strong>
<input type="text" name="tmlquotes_bg_color" class="tms-color-field" data-default-color="#7158e2" value="<?php echo get_option('tmlquotes_bg_color'); ?>" />
<strong><p>Text Color 🍔</p></strong>
<input type="text" name="tmlquotes_text_color" class="tms-color-field" data-default-color="#ffffff" value="<?php echo get_option('tmlquotes_text_color'); ?>" />
<p><input type="checkbox" name="tmlquotes_enable_font" value="1" <?php checked(1, get_option('tmlquotes_enable_font'), true); ?> /> ⇒ <th scope="row">Enable Tamil Font Support via Google Fonts CDN</p>
<?php submit_button();?>
</form>
</div>
</div>
</div>
</div>
</div>