Forums

Profile Pic
WARNING Notice when not setting any picture (1 post)

  1. wjm
    Member
    Posted 1 year ago #

    if you are in wp-admin
    and you update a user's profile with no picture, you will get a Warning message and you will not be redirected to the user's profile after updating.

    you need to cast as an array the raw data

    replace
    foreach ( $raw_data as $key => $val) {
    with
    foreach ( (array)$raw_data as $key => $val) {

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic