• Hi,

    there is user_profile_fields() function which is hooked into edit_user_profile and edit_user_profile actions. I tried to remove this action with remove_action(), but I am not sure how to achieve it when it is part of BackWPup_Admin class?

    Thank you very much for your help!

    https://wordpress.org/plugins/backwpup/

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    $object = BackWPup_Admin::get_instance();
    remove_action( array( $object, '...' ) );

    but why you would to do this?

Viewing 1 replies (of 1 total)
  • The topic ‘Removing user field’ is closed to new replies.