• Resolved cciwdata

    (@cciwdata)


    Could you add post status to export.

    The additional function needed might look like this:

    if (eau_is_checked($additional_data, 'post_status')) {
    
    while ($posts_query->have_posts()):
    
        $html['post_status'][$counter] = (isset($html['post_status'][$counter]) ? "" : null);
    
        $posts_query->the_post();
        $html['post_status'][$counter] .= get_post_status() . $line_break;
        $counter++;
    
    endwhile;
    
    $counter = 0;
    
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Atlas Gondal

    (@atlas_gondal)

    Hi there,

    Thanks for your suggestion and code as well. ??

    Hopefully, this feature would be considered in the next release.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Export Post Status’ is closed to new replies.