Export Post Status
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Export Post Status’ is closed to new replies.