| 1 |
<?php |
| 2 |
/* |
| 3 |
* this is just to explain PRO features |
| 4 |
*/ |
| 5 |
|
| 6 |
$proFeatures = '<p>'; |
| 7 |
$proFeatures .= '<h2>'.__('More Input Fields in PRO', 'nm-wpcomments').'</h2>'; |
| 8 |
$proFeatures .= __('12 Different types of input fields available in PRO version. Specially Image/File attachment feature.','nm-wpcomments'); |
| 9 |
$proFeatures .= '<br><br><a class="button button-primary" target="_blank" href="https://najeebmedia.com/wordpress-plugin/wordpress-comment-fields-addon/">'.__('More | Screenshot | Purcahse $25.00','nm-wpcomments').'</a>'; |
| 10 |
$proFeatures .= '</p>'; |
| 11 |
|
| 12 |
|
| 13 |
$proFeatures .= '<br>More information contact: <a href="mailto:sales@najeebmedia.com">sales@najeebmedia.com</a>'; |
| 14 |
|
| 15 |
echo $proFeatures; |
| 16 |
?> |
| 17 |
|