• Resolved marword

    (@marword)


    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;
    }

    🙂

    https://wordpress.org/plugins/wp-avertere/

The topic ‘post future missing’ is closed to new replies.