Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author donmik

    (@atallos)

    I believe your best chance is to use this filter “xprofile_field_after_save”. This filter:

    “Fires after the current field instance gets saved.”

    Then if it’s your Bio field, you should use wp_update_user to update the Biographical info of wordpress profile.

    Plugin Author donmik

    (@atallos)

    Sorry this is now the hook you have to use it’s this hook “xprofile_data_after_save”

    Fires after the current profile data instance gets saved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Biographical Info’ is closed to new replies.