How to Update post_modified of all wordpress post
Question
i want to update all my wordpress post modified date and time to a specific date and time,
i have a code to update it base on the id, but i want one to update all the row at once without putting the id of the posts .
if ($conn->query($sql) === TRUE) {
echo "Record updated successfully";
} else {
echo "Error updating record: " . $conn->error;
}
$conn->close();
0
2 months
0 Answers
14 views
0
Leave an answer
You must login or register to add a new answer .