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
You need to add isset() to $post_data['post_title'] and post_content around line 1153
because sometimes we are trying to update a post without the title or content. We just want to update some custom fields...
So i made a form without those fields and it crashed...
The text was updated successfully, but these errors were encountered:
You need to add isset() to $post_data['post_title'] and post_content around line 1153
because sometimes we are trying to update a post without the title or content. We just want to update some custom fields...
So i made a form without those fields and it crashed...
The text was updated successfully, but these errors were encountered: