Hi Marcel,
Thanks for your interest in FeedPress!
If you do raw MySQL requests WordPress can’t trigger the events.
Instead of the MySQL request you may take a look at the wp_update_post
function. You can easily update the post date with that.
Hi Marcel,
Thanks for your interest in FeedPress!
If you do raw MySQL requests WordPress can’t trigger the events.
Instead of the MySQL request you may take a look at the wp_update_post
function. You can easily update the post date with that.