PluginProbe
WPComplete / 2.3
WPComplete v2.3
2.9.5.7 2.9.5.6 trunk 1.0 1.1 1.2 1.4 1.4.6 2.3 2.9.1 2.9.2 2.9.5 2.9.5.1 2.9.5.3 2.9.5.4 2.9.5.5
wpcomplete / admin / partials / wpcomplete-admin-settings-role.php

wpcomplete-admin-settings-role.php in WPComplete 2.3, at admin/partials/wpcomplete-admin-settings-role.php

7 lines 534 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 <select name="<?php echo $this->plugin_name . '_role'; ?>" id="<?php echo $this->plugin_name . '_role'; ?>"<?php if ($disabled) echo " disabled" ?>>
3 <?php wp_dropdown_roles($selected_role); ?>
4 <option value="all"<?php if ($selected_role == 'all') echo ' selected="selected"'; ?>>All Logged In Users</option>
5 </select> <?php if ($disabled) echo '<span class="profeature"></span>' ?><br>
6 <small>Note: All logged in users will see buttons and graphs, but only the selected Student Role Type(s) will be tracked.</small>
7