Title: Theme function.php parameter
Last modified: March 25, 2022

---

# Theme function.php parameter

 *  Resolved [lucia116](https://wordpress.org/support/users/lucia116/)
 * (@lucia116)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/theme-function-php-parameter/)
 * I put the code below in the child theme.
 *     ```
       add_filter( 'um_localize_permalink_filter', 'my_localize_permalink', 10, 2 );
       function my_localize_permalink( $link, $user ) {
       	// your code here
       	return '/user/'.$user->user_nicename.'';
       }
       ```
   
 * I want to add WPML parameters at the very end of the return value.
    Does anyone
   know the code?

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

 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/theme-function-php-parameter/#post-15497509)
 * [@lucia116](https://wordpress.org/support/users/lucia116/)
 * Have you seen this Forum post?
 * [https://wordpress.org/support/topic/wpml-duplicate-the-username-for-profile-url/](https://wordpress.org/support/topic/wpml-duplicate-the-username-for-profile-url/)
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/theme-function-php-parameter/#post-15595744)
 * Hi [@lucia116](https://wordpress.org/support/users/lucia116/),
 * Please feel free to re-open this thread by changing the Topic Status to ‘Not 
   Resolved’ if any other questions come up and we’d be happy to help. 🙂
 * Regards,

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

The topic ‘Theme function.php parameter’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/theme-function-php-parameter/#post-15595744)
 * Status: resolved