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 / get-addon.php

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

19 lines 883 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>'.__('Best Photo Editing Tool', 'nm-wpcomments').'</h2>';
8 $proFeatures .= __('This plugin can be used as best Photo Editing Tool to allow your users to upload and Edit Photos online using world\'s best Photo Editor \'Aviary\'. There is an Add-on for this','nm-wpcomments');
9 $proFeatures .= '<br><br><a class="button" target="_blank" href="http://www.aviary.com/">'.__('What is Aviary?','nm-wpcomments').'</a>';
10 $proFeatures .= ' <a class="button-primary" href="">'.__('See Demo','nm-wpcomments').'</a>';
11 $proFeatures .= ' <a class="button-primary" href="">'.__('Get Pro + Addon','nm-wpcomments').'</a>';
12 $proFeatures .= '</p>';
13
14
15 $proFeatures .= '<br>More information contact: <a href="mailto:sales@najeebmedia.com">sales@najeebmedia.com</a>';
16
17 echo $proFeatures;
18 ?>
19