Removing “Website” Field from the contact info

Revisited and updated answer: We can’t use the user_contactmethods filter to remove the website wrapper, because this piece is hardcoded in the user-edit.php file and not part of the filterable user contacts loop, generated by: wp_get_user_contact_methods( $profileuser ) Hiding it with CSS The website row element now got it’s own .user-url-wrap class: <tr class=”user-url-wrap”> <th><label … Read more

Remove Personal Options section from Profile

This should do the trick // removes the `profile.php` admin color scheme options remove_action( ‘admin_color_scheme_picker’, ‘admin_color_scheme_picker’ ); if ( ! function_exists( ‘cor_remove_personal_options’ ) ) { /** * Removes the leftover ‘Visual Editor’, ‘Keyboard Shortcuts’ and ‘Toolbar’ options. */ function cor_remove_personal_options( $subject ) { $subject = preg_replace( ‘#<h3>Personal Options</h3>.+?/table>#s’, ”, $subject, 1 ); return $subject; } … Read more

Integrate WordPress and bbpress profiles?

Get redirection plugin to redirect the /profile.php to bbpress profile. Then there is a plugin called admin menu editor where you can completely remove the profile the admin menu (and other unwanted admin menu items). Or you can replace the wordpress profile with just email and password wordpress.org/extend/plugins/change-password-e-mail/

How to remove Biography from user profile admin page

There is no dedicated hook – user management is a low priority in WordPress. You have to use output buffering (yes, not nice). Here is a simple demonstration how this could be done: add_action( ‘personal_options’, array ( ‘T5_Hide_Profile_Bio_Box’, ‘start’ ) ); /** * Captures the part with the biobox in an output buffer and removes … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)