post future missing
-
hi
great plugin, it saved me a lot of time
just add the future type post in 440 line
switch ($post->post_status) {
case ‘draft’:
case ‘pending’:
case ‘publish’:
case ‘future’:
break;default:
return $post_id;
}🙂
The topic ‘post future missing’ is closed to new replies.