Title: Theme profile
Last modified: August 21, 2016

---

# Theme profile

 *  [Capitate](https://wordpress.org/support/users/capitate/)
 * (@capitate)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-profile/)
 * Hello, I am trying to customize the profile page.
 * I have copied register-form.php to themes/my_theme/register-form.php.
 * I made a theme-my-login-custom.php file in content/plugins/theme-my-login-custom.
   php
 * In my theme-my-login-custom.php file I’ve added:
 *     ```
       <?php
       function test(){
       	var_dump($_POST);
       }
       add_action('tml_request_profile', 'test');
       ```
   
 * I am getting an empty array for $_POST. I would like to be able to grab the post
   data but it’s not there.
 * [http://wordpress.org/plugins/theme-my-login/](http://wordpress.org/plugins/theme-my-login/)

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

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [$_POST](https://wordpress.org/support/topic-tag/_post/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)

 * 0 replies
 * 1 participant
 * Last reply from: [Capitate](https://wordpress.org/support/users/capitate/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/theme-profile/)
 * Status: not resolved