view_counter
3 years ago
block_ips.php
3 years ago
capabilities.php
3 years ago
dark_mode.php
3 years ago
delete.php
3 years ago
export.php
3 years ago
first_day_of_week.php
3 years ago
index.php
3 years ago
track_authenticated_users.php
3 years ago
view_counter.php
3 years ago
index.php
8 lines
| 1 | <div id="iawp-settings" class="iawp-settings settings-container"> |
| 2 | <form method="post" action="options.php"> |
| 3 | <?php |
| 4 | settings_fields('iawp_settings'); ?> |
| 5 | <?php do_settings_sections('independent-analytics-settings'); ?> |
| 6 | <?php submit_button(__('Save Settings', 'iawp'), 'iawp-button purple', 'save-settings'); ?> |
| 7 | </form> |
| 8 | </div> |