Title: profile.php
Last modified: August 30, 2016

---

# profile.php

 *  Resolved [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/)
 * Can the WP Profile page be edited. Client doesn’t need the Bio form and would
   like to add next steps for being a participating member. We are using Connections
   Directory plugin.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260036)
 * **@ papi6283**
 * Sorry, I do not understand what your asking.
 *  Thread Starter [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260116)
 * Thanks. I resolved it by looking further in the WordPress Support Forum. I will
   be using a JavaScript function to redirect user directly to the Membership Application
   after updating the WP profile.
 *  Thread Starter [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260124)
 * I think
 *  Thread Starter [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260134)
 * I’m trying to redirect subscriber to an Application for Membership form after
   updating wp-admin/profile.php.
 * This is the source code for wp-admin/profile.php:
 * <?php
    /** * User Profile Administration Screen. * * [@package](https://wordpress.org/support/users/package/)
   WordPress * @subpackage Administration */
 * /**
    * This is a profile page. * * [@since](https://wordpress.org/support/users/since/)
   2.5.0 * [@var](https://wordpress.org/support/users/var/) bool */ define(‘IS_PROFILE_PAGE’,
   true);
 * /** Load User Editing Page */
    require_once( dirname( __FILE__ ) . ‘/user-edit.
   php’ );
 * add_action( ‘profile_update’, ‘tgm_io_custom_profile_redirect’, 12 );
    /** * 
   We use current_user_can to apply this function to the subscriber role only. *
   This function redirects users to the site’s home page after they update their
   profiles. * The function wp_redirect() must always be followed by exit; * */ 
   function tgm_io_custom_profile_redirect() {
 *  if ( current_user_can( ‘subscriber’ ) ) {
    wp_redirect( trailingslashit( home_url(‘
   Application’ ) ) ); exit; } }
 * I looked at Peter’s Login Redirect but it’s not tested for wp 4.2.
 * Can anyone help me please?
 *  Thread Starter [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260149)
 * I downloaded Peter’s Login Redirect. It allows us to eliminate the profile page
   for the subscriber altogether. And redirect this role to the Application for 
   membership, which requires administration approval, before upgrade to Contributor
   role. The Admin and Manager roles are directed to wp-admin as before. This plug-
   in is not yet tested for WP 4.2 but it’s working fine so far.
 *  [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260205)
 * **@ papi6283**
 * I use that plugin too seems to work just fine.
 *  Thread Starter [papi6283](https://wordpress.org/support/users/papi6283/)
 * (@papi6283)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260227)
 * Thanks. We’re using your Connections Directory, templates and plugins. Still 
   refining it but it’s working beautifully for us too.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘profile.php’ is closed to new replies.

## Tags

 * [Profile Page](https://wordpress.org/support/topic-tag/profile-page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [papi6283](https://wordpress.org/support/users/papi6283/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/profilephp-3/#post-6260227)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
