Files
2026-04-28 15:13:50 +02:00

13 lines
424 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
if( ! defined( 'ABSPATH' ) ){
exit; // Exit if accessed directly
}
?>
<div class="mfn-survey">
<h3>Have an impact on Bethemes development</h3>
<p>Vote for a feature you would like to see next or suggest one!</p>
<a class="button button-primary" target="_blank" href="https://muffingroup.com/betheme/feature-voting/">Request a feature</a>
<a class="close" href="#"><i class="icon-cancel-fine"></i></a>
</div>