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/messages.php
<?php if (!is_numeric(get_raw_tarski_option('deleted'))) { if (isset($_GET['restored'])) { ?>
    <div class="updated fade below-h2"><p><?php printf(
        __('Tarski options have been restored. %s', 'tarski'),
        '<a href="' . user_trailingslashit(home_url()) . '">' . __('View site &rsaquo;','tarski') . '</a>'
    ); ?></p></div>
<?php } elseif (isset($_GET['updated'])) { ?>
    <div class="updated fade below-h2"><p><?php printf(
        __('Tarski options have been updated. %s', 'tarski'),
        '<a href="' . user_trailingslashit(home_url()) . '">' . __('View site &rsaquo;','tarski') . '</a>'
    ); ?></p></div>
<?php } } ?>