You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The User fixture contains a default value for a post_excerpt argument, which is only valid for the Post fixture.
wp_insert_user() does not accept a post_excerpt argument. Based on the default value (a random 200-character text), I'd assume it meant to be the description user data argument (i.e. the user's biographical description).
The text was updated successfully, but these errors were encountered:
The User fixture contains a default value for a
post_excerpt
argument, which is only valid for the Post fixture.wp_insert_user()
does not accept apost_excerpt
argument. Based on the default value (a random 200-character text), I'd assume it meant to be thedescription
user data argument (i.e. the user's biographical description).The text was updated successfully, but these errors were encountered: