Add rating and support links in the end of the settings page #30

Close #30
This commit is contained in:
Dat Hoang
2020-09-06 16:53:02 +07:00
parent e6759edbf1
commit 0e0ef82954
+9
View File
@@ -314,6 +314,15 @@ class WooViet_Admin_Page {
</p> </p>
</form> </form>
<div id="wooviet-admin-footer"
style="border: 1px dotted; padding: 5px;">
<?php
printf( __( 'Wanna get support or give feedback? Please <a href="%1$s">rate Woo Viet</a> or post questions <a href="%2$s">in the forum</a>!', 'woo-viet' ),
'https://wordpress.org/support/plugin/woo-viet/reviews/?filter=5#new-post',
'https://wordpress.org/support/plugin/woo-viet/'
)
?>
</div>
</div><!-- #wrap -> </div><!-- #wrap ->
<?php <?php
} }