Profile page slug issues
-
Hi
having issues in slug. for example
function ur_custom_menu_items( $items ) { $items['new-item'] = __( 'New', 'user-registration' ); return $items; }
I need to change $items[‘new-item’] to $items[‘items’]
Also changed:
function user_registration_add_new_my_account_endpoint() { add_rewrite_endpoint( 'items', EP_PAGES ); }
Permalink reset so page is showing but the showing default messge instead of mine custom content.
From your account dashboard you can edit your profile details and edit your password.
Not xyz? Sign out.
Please advice.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Profile page slug issues’ is closed to new replies.