_partial
2 years ago
aios-salt-postfix-enabled.php
2 years ago
analytics-consent-failed.php
2 years ago
analytics-consent-refused.php
2 years ago
analytics-consent.php
3 years ago
analytics-modal.php
2 years ago
backup-plugins-notice.php
2 years ago
beta.php
2 years ago
cache-directory-permission-problem.php
3 years ago
directory-listing-could-not-be-prevented.php
3 years ago
disabled-items-notice.php
2 years ago
disabled-optimizer-notice.php
3 years ago
free-backup-update-notice.php
2 years ago
logs-directory-permission-problem.php
3 years ago
low-memory-limit.php
5 years ago
mu-plugin-directory-permission-problem.php
2 years ago
no-db-prefix-notice.php
2 years ago
object-cache-skipped.php
2 years ago
outdated-wp-staging-hooks.php
3 years ago
outdated-wp-staging-version.php
3 years ago
pro-crons-notice.php
2 years ago
rating.php
2 years ago
settings_option_corrupt.php
2 years ago
staging-directory-permission-problem.php
2 years ago
staging-symlink-enabled-notice.php
2 years ago
table-tmp-prefix-conflict-notice.php
2 years ago
transient.php
5 years ago
uploads-outside-wp-root.php
2 years ago
vars-directory-permission-problem.php
3 years ago
wordfence-userini-renamed.php
2 years ago
wp-options-missing-pk.php
3 years ago
wp-version-compatible-message.php
3 years ago
wpe-permalink-issue-notice.php
2 years ago
wrong-scheme.php
3 years ago
rating.php
42 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @var $this \WPStaging\Basic\Notices\Notices |
| 4 | * @see \WPStaging\Basic\Notices\Notices::renderNotices |
| 5 | */ |
| 6 | ?> |
| 7 | <div class="wpstg_fivestar" style="display:none;box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); border-left:none; background: linear-gradient(129deg, #0054be 0%, #1a73e8 0%, #3f55cd 100%); color:white; padding: 10px; margin:20px 20px 20px 0px;border-radius: 6px;"> |
| 8 | <div class="wpstg-welcome-box" style="display: flex; width: 100%; align-items: center;"> |
| 9 | <div class="wpstg-welcome-text" style="padding: 0px; padding-left: 20px; padding-right: 8px;"> |
| 10 | <p><?php echo sprintf(esc_html__('You are using %s for more than 1 week. |
| 11 | May we ask you to give it a %s rating on wordpress.org?', 'wp-staging'), "<strong>WP STAGING</strong>", "<strong>5-star</strong>"); ?> |
| 12 | <?php if (!defined('WPSTGPRO_VERSION')) { ?> |
| 13 | <br><br> |
| 14 | <?php esc_html_e('If you want to migrate your staging site to the live site or need a tremendously fast backup feature, try out ', 'wp-staging') ?> <a href="https://wp-staging.com/?utm_source=wpstg_admin&utm_medium=rating_screen&utm_campaign=admin_notice" target="_blank" style="color:white;font-weight:bold;">WP STAGING | PRO</a> |
| 15 | <br> |
| 16 | <?php } ?> |
| 17 | </p> |
| 18 | <ul> |
| 19 | <li> |
| 20 | <a href="https://wordpress.org/support/plugin/wp-staging/reviews/?filter=5#new-post" target="_blank" style="background-color:#e01e5a;border-color:transparent;margin-bottom:10px;color:white;font-weight:bold;-webkit-box-shadow: 1px 1px 8px -7px rgba(0,0,0,0.75);-moz-box-shadow: 1px 1px 8px -7px rgba(0,0,0,0.75);box-shadow: 1px 1px 8px -7px rgba(0,0,0,0.75);" id="wpstg_clicked_deserved_it" class="thankyou button" |
| 21 | title="Sure, I like your plugin" style="font-weight:bold;"> |
| 22 | <?php esc_html_e('- Yes, I like WP STAGING! Rate & Close this Message', 'wp-staging') ?> |
| 23 | </a> |
| 24 | </li> |
| 25 | <li> |
| 26 | <a href="javascript:void(0);" class="wpstg_hide_rating" title="I already rated" |
| 27 | style="font-weight:normal;color:white;text-decoration: none;"> |
| 28 | <?php esc_html_e('- I already rated - Close ', 'wp-staging') ?> |
| 29 | </a> |
| 30 | </li> |
| 31 | <li> |
| 32 | <a href="javascript:void(0);" class="wpstg_rate_later" title="Ask me again in a week" |
| 33 | style="font-weight:normal;color:white;text-decoration: none;"> |
| 34 | <?php esc_html_e('- Ask me again in a week - Close', 'wp-staging') ?> |
| 35 | </a> |
| 36 | </li> |
| 37 | </ul> |
| 38 | </div> |
| 39 | </div> |
| 40 | </div> |
| 41 | <script src="<?php echo esc_url($this->assets->getAssetsUrlWithVersion("js/dist/wpstg-admin-rating.min.js", '3.0.1')) ?>"></script> |
| 42 |