HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/tarski/app/templates/options/restore_options.php
<?php if (is_numeric(get_raw_tarski_option('deleted'))) { ?>
    <div class="updated fade below-h2">
        <form action="<?php echo admin_url('admin-post.php?action=restore_tarski_options'); ?>" method="post">
            <?php wp_nonce_field('admin_post_restore_tarski_options', '_wpnonce_restore_tarski_options'); ?>
            <input type="hidden" name="restore_options" value="1" />
            <p><?php _e('You have deleted your Tarski options.','tarski'); ?> <input class="button" type="submit" name="submit" value="<?php _e('Restore Tarski Options &raquo;','tarski'); ?>" /></p>
        </form>
    </div>
<?php } ?>