| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/mariweddingflowers/public_html/wp-content/plugins/googleanalytics/view/ |
Upload File : |
<?php /** * WP Notice view. * * @package GoogleAnalytics */ $is_dismissable = isset( $is_dismissable ) ? $is_dismissable : false; $msg = isset( $msg ) ? $msg : ''; $notice_type = isset( $notice_type ) ? $notice_type : ''; ?> <div class="notice notice-<?php echo esc_attr( $notice_type ); ?> <?php echo false === empty( $is_dismissable ) ? 'is-dismissible' : ''; ?>"> <p><?php echo esc_html( $msg ); ?> <?php if ( ! empty( $action ) ) : ?> <button onclick="window.location.href='<?php echo esc_js( $action['url'] ); ?>'" class="button button-primary"><?php echo esc_html( $action['label'] ); ?></button> <?php endif; ?> </p> </div>