PluginProbe
Comments Extra Fields For Post,Pages and CPT / 1.7
Comments Extra Fields For Post,Pages and CPT v1.7
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.2 2.3 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5.0 5.1 5.2
wp-comment-fields / templates / admin / pro.php

pro.php in Comments Extra Fields For Post,Pages and CPT 1.7, at templates/admin/pro.php

17 lines 698 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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