Editing own profile as an admin
-
Hi from germany,
first of all: I really like the plugin. However, I found a little something with the wpfep_show_profile function.
if ( in_array( 'administrator', (array) $user->roles, true ) ) { if ( current_user_can( 'manage_options' ) ) { ob_start(); } echo "<div class='wpfep_editing_disabled'>"; printf( esc_html__( 'Frontend editing is disabled for administrators because of security risks.', 'wpfep' ) ); echo '</div>'; return ob_get_clean(); }
Shouldn’t an administrator at least be able to edit his own profile in the frontend?
Another two cents: Id would be great if we could get a login/logout widget in addition to the login page. And I really would appreciate if you could add a filter to the stylesheet, or at least provide bootstrap 3/4 classes for the forms, fields and buttons.
Others than this: I think this plugin is a really good alternative to cozmolabs profile builder. I could chip in a german translation, if you are interested.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Editing own profile as an admin’ is closed to new replies.