templates
2 years ago
Admin_Settings.php
2 years ago
Assets.php
2 years ago
Module_Settings.php
2 years ago
notices.php
2 years ago
notices.php
21 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | |
| 7 | <div class="notice updated spider-elements-elementor-notice spider-elements-elementor-install-elementor"> |
| 8 | <div class="spider-elements-elementor-notice-inner"> |
| 9 | <div class="spider-elements-elementor-notice-content"> |
| 10 | <h3><?php esc_html_e( 'Thanks for installing Spider Elements!', 'spider-elements' ); ?></h3> |
| 11 | <p><?php echo wp_kses_post($message) ?></p> |
| 12 | </div> |
| 13 | |
| 14 | <div class="spider-elements-elementor-install-now"> |
| 15 | <a class="button button-primary spider-elements-elementor-install-button" href="<?php echo esc_url( $button_link ); ?>"> |
| 16 | <i class="dashicons dashicons-download"></i> |
| 17 | <?php echo wp_kses_post($button_text) ?> |
| 18 | </a> |
| 19 | </div> |
| 20 | </div> |
| 21 | </div> |