You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
563 B
12 lines
563 B
9 months ago
|
<?php defined( 'ABSPATH' ) || die ?>
|
||
|
|
||
|
<div class="postbox">
|
||
|
<h3 class="hndle">
|
||
|
<span><?php esc_html_e( 'Write a review for Meta Box', 'meta-box' ) ?></span>
|
||
|
</h3>
|
||
|
<div class="inside">
|
||
|
<p><?php esc_html_e( 'If you like Meta Box, please write a review on WordPress.org to help us spread the word. We really appreciate that!', 'meta-box' ) ?></p>
|
||
|
<p><a href="https://wordpress.org/support/plugin/meta-box/reviews/?filter=5" class="button" target="_blank" rel="noopenner noreferrer"><?php esc_html_e( 'Write a review', 'meta-box' ) ?></a></p>
|
||
|
</div>
|
||
|
</div>
|