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
@GaryJones Hi I should investigate about it. We have quite a few of customized code which uses $coauthors instances every time we need to access to the author of a post.
I'll put some time aside to find out in what moment that happens.
I am not sure these items end up being an array as much as they are objects without the expected properties user_login and `linked_account'.
at https://github.com/Automattic/Co-Authors-Plus/blob/master/template-tags.php#L75 we are continously getting PHP warnings for accessnig to inexisting properties
user_login
andlinked_account
.This could be improved with a simple
isset
verificationi before accessing the values.The text was updated successfully, but these errors were encountered: