Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding Custom Profile Fields


M
Member

@box87

Hey there, I’m trying something out here… I made a plugin called template-functions.php and I’m trying out one thing here.

If I put this line:

add_filter(

'get_profile_info_keys',

'extra_profile_info'

);

function extra_profile_info () {}

my profile info is gone, except for the username field and a password field.

I can only see the password field if I view the source… It’s not visible…

Still working on it…

edit: Oh boy, I guess the function extra_profile_info exists! Still going…

another edit:

Well now check this out:

https://trac.bbpress.org/changeset/327

10/13/05… “Hooks for extra fields”?

This is more like it!

Skip to toolbar