PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
updraftplus
/
templates
/
wp-admin
/
notices
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); if (!empty($prefix)) echo wp_kses_post($prefix).' '; echo wp_kses_post($title).': '; echo wp_kses_post($text); if (!empty($discount_code)) echo esc_html($discount_code).' '; if (!empty($button_link) && (!empty($button_meta) || !empty($button_text))) { echo ' '; $link = apply_filters('updraftplus_com_link', $button_link); 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 : '' ) ); echo ' - '.esc_url($link); echo "\r\n"; }
[+]
..
[-] report-plain.php
[edit]
[-] button-label.php
[edit]
[-] report.php
[edit]
[-] horizontal-notice.php
[edit]
[-] bottom-notice.php
[edit]
[-] autobackup-notice.php
[edit]
[-] thanks-for-using-main-dash.php
[edit]