InfoReviews Bring Your Business to Life › Support › Image Store › PHP Function to check if a gallery is secure or not Viewing 1 post (of 1 total) Post navigation ← Previous Next → Author Posts September 22, 2012 at 11:36 pm #50023 Xpark MediaKeymaster function is_gallery_protected($post =false){ if(empty($post)) global $post; if(!empty($post->post_password)) return true return false; } The post is the gallery object that you want to check or the current gallery (post) Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Login form protected by Login LockDown. Log In