<p><?phpprintf(__('Beautiful registration forms fully customizable using the %s shortcode.','profile-builder'),'<strong class="nowrap">[wppb-register]</strong>');?></p>
<p><?phpprintf(__('Straight forward edit profile forms using %s shortcode.','profile-builder'),'<strong class="nowrap">[wppb-edit-profile]</strong>');?></p>
<p><?php_e('Features that give you more control over your users, increased security and help you fight user registration spam.','profile-builder');?></p>
<p><ahref="admin.php?page=profile-builder-general-settings"class="button"><?php_e('Enable extra features','profile-builder');?></a></p>
<p><?phpprintf(__('Allow users to recover their password in the front-end using the %s.','profile-builder'),'<strong class="nowrap">[wppb-recover-password]</strong>');?></p>
<p><?php_e('You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI.','profile-builder');?></p>
<p><?php_e('Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address.','profile-builder');?></p>
</div>
<div>
<h3><?php_e('Minimum Password Length and Strength Meter','profile-builder');?></h3>
<p><?php_e('Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength.','profile-builder');?></p>
</div>
<div>
<h3><?php_e('Login with Email or Username','profile-builder');?></h3>
<p><?php_e('Allow users to log in with their email or username when accessing your site.','profile-builder');?></p>
// Output here the Extra Features html for the Free version
$extra_features_html=ob_get_contents();
ob_end_clean();
if($version=='Free')echo$extra_features_html;?>
<hr/>
<divclass="wppb-row wppb-2-col">
<div>
<h3><?php_e('Customize Your Forms The Way You Want (*)','profile-builder');?></h3>
<p><?php_e('With Extra Profile Fields you can create the exact registration form your project needs.','profile-builder');?></p>
<?phpif($version=='Free'){?>
<p><ahref="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extrafields&utm_campaign=PBFree"class="wppb-button-free"><?php_e('Extra Profile Fields are available in Hobbyist or PRO versions','profile-builder');?></a></p>
<?php}else{?>
<p><ahref="admin.php?page=manage-fields"class="button"><?php_e('Get started with extra fields','profile-builder');?></a></p>
<p><ahref="admin.php?page=profile-builder-modules"class="button"><?php_e('Enable your modules','profile-builder');?></a></p>
<?phpendif;?>
<?phpif($version=='Free'){?>
<p><ahref="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-modules&utm_campaign=PBFree"class="wppb-button-free"><?php_e('Find out more about PRO Modules','profile-builder');?></a></p>
<p><?php_e('Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings.','profile-builder');?></p>
<?phpelse:?>
<p><?phpprintf(__('To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s.','profile-builder'),'<strong class="nowrap">[wppb-list-users]</strong>');?></p>
<p><?php_e('Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval.','profile-builder');?></p>
<p><?php_e('Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away.','profile-builder');?></p>
<p><?php_e('Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.','profile-builder');?></p>
<p><?php_e('Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles.','profile-builder');?></p>
<p><?php_e('Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role.','profile-builder');?></p>
</div>
</div>
<?php
//Output here Extra Features html for Hobbyist or Pro versions
<p>Nowthat's possible using the free WordPress plugin - <a href="<?php echo admin_url('options.php?page=profile-builder-pms-promo');?>">Paid Member Subscriptions</a>.</p>
<li><?phpprintf(__(' * only available in the %1$sHobbyist and Pro versions%2$s.','profile-builder'),'<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.$version.'" target="_blank">','</a>');?></li>
<li><?phpprintf(__('** only available in the %1$sPro version%2$s.','profile-builder'),'<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=basicinfo-extranotes&utm_campaign=PB'.$version.'" target="_blank">','</a>');?></li>