Hi,
Is it possible to toggle the visibility option of the posted photos to Private by default?
I almost always post-edit my PhotoQ queue after I posted it (add custom fields etc.) so I would like to have the post not visible to the public until I am done with editing.
I've edited the wp-admin/includes/post.php (function get_default_post_to_edit -> changed $post->post_status = 'draft'; to $post->post_status = 'private';) and that works for the non-PhotoQ posts. Do you specify the post_status in your plugin? If so, could you point me in the right way to edit it?
Thank you!
Chris
closed