Difference from post_author and user_ID
-
Which are the difference ? When i post an article i have the same ID for post_author and user_id…why there is this control ?
if (($_POST['post_author'] != $_POST['user_ID']))
die(__('You cannot post as this user.'));
- The topic ‘Difference from post_author and user_ID’ is closed to new replies.