mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
Add rating and support links in the end of the settings page #30
Close #30
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user