How can I save all records of a particular posttype in bulk with php code. I would like to save daily (automated) all records (without changes). With updating a post a particular function is already implemented. However, we now need to manually update the posts. How can this be done ? (daily automated) How does such a bulk update code in php look like?
↧