xprofile_fields_saved_field, $field

xprofile_fields_saved_field, $field

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('xprofile_fields_saved_field, $field') is found 1 times:

  • /bp-xprofile/bp-xprofile-admin.php line 720
    				 * @since 1.0.0
    				 *
    				 * @param BP_XProfile_Field $field Current BP_XProfile_Field object.
    				 */
    				do_action( 'xprofile_fields_saved_field', $field );
    
    				$groups = bp_xprofile_get_groups();
    			}
    
    			xprofile_admin_screen( $message, $type );