Title: Action links
Last modified: August 24, 2016

---

# Action links

 *  Resolved [xSor](https://wordpress.org/support/users/xsor/)
 * (@xsor)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/action-links/)
 * Hi,
 * So I added this as said, to the child theme function php:
 * function tml_action_url_filter( $url, $action ) {
    if ( ‘register’ == $action)
   $url = ‘[http://eatchu.com/register/&#8217](http://eatchu.com/register/&#8217);;
   return $url; } add_filter( ‘tml_action_url’, ‘tml_action_url_filter’, 10, 2 );
 * It worked. But if I was to change the URL for dashboard and profile.. how would
   I go about with it?
 * (I already screwed up trying to do something similar – not really good at this
   coding thing)
 * Thanks,
    Cm
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/action-links/#post-6112667)
 * Activate and use the Custom User Links module.

Viewing 1 replies (of 1 total)

The topic ‘Action links’ 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

 * [links](https://wordpress.org/support/topic-tag/links/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/action-links/#post-6112667)
 * Status: resolved