13 lines
424 B
PHP
13 lines
424 B
PHP
<?php
|
||
if( ! defined( 'ABSPATH' ) ){
|
||
exit; // Exit if accessed directly
|
||
}
|
||
?>
|
||
|
||
<div class="mfn-survey">
|
||
<h3>Have an impact on Betheme’s 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>
|