Server IP : 104.21.93.192 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/fyntric.com/wp-content/plugins/updraftplus/templates/wp-admin/notices/ |
Upload File : |
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); ?> <div style="max-width: 700px; border: 1px solid; border-radius: 4px; font-size:110%; line-height: 110%; padding:8px; margin: 6px 0 12px; clear:left;"> <strong><?php if (!empty($prefix)) echo esc_html($prefix).' '; echo esc_html($title); ?></strong>: <?php echo wp_kses_post($text); if (isset($discount_code)) echo ' <b>'.esc_html($discount_code).'</b>'; if (!empty($button_link) && (!empty($button_meta) || !empty($button_text))) { ?> <a class="updraft_notice_link" href="<?php echo esc_attr(apply_filters('updraftplus_com_link', $button_link));?>"><?php global $updraftplus_admin; $updraftplus_admin->include_template( 'wp-admin/notices/button-label.php', false, array( 'button_meta' => isset($button_meta) ? $button_meta : '', 'button_text' => isset($button_text) ? $button_text : '' ) ); ?></a><br><br> <?php } ?> </div>