class.json-api-endpoints.php 1 location
                
                
                    
                                                
                                                    
                                 | 
                                
                                    @@ 1068-1073 (lines=6) @@
                                 | 
                            
                                                            
                                    | 1065 | 
                                     | 
                                    			return false;  | 
                                
                                                            
                                    | 1066 | 
                                     | 
                                    		}  | 
                                
                                                            
                                    | 1067 | 
                                     | 
                                     | 
                                
                                                            
                                    | 1068 | 
                                     | 
                                    		if ( 'inherit' === $post->post_status ) { | 
                                
                                                            
                                    | 1069 | 
                                     | 
                                    			$parent_post     = get_post( $post->post_parent );  | 
                                
                                                            
                                    | 1070 | 
                                     | 
                                    			$post_status_obj = get_post_status_object( $parent_post->post_status );  | 
                                
                                                            
                                    | 1071 | 
                                     | 
                                    		} else { | 
                                
                                                            
                                    | 1072 | 
                                     | 
                                    			$post_status_obj = get_post_status_object( $post->post_status );  | 
                                
                                                            
                                    | 1073 | 
                                     | 
                                    		}  | 
                                
                                                            
                                    | 1074 | 
                                     | 
                                     | 
                                
                                                            
                                    | 1075 | 
                                     | 
                                    		if ( ! $post_status_obj->public ) { | 
                                
                                                            
                                    | 1076 | 
                                     | 
                                    			if ( is_user_logged_in() ) { | 
                                
                                                                        
                 
                                                            
                    
sal/class.json-api-site-base.php 1 location
                
                
                    
                                                
                                                    
                                 | 
                                
                                    @@ 297-302 (lines=6) @@
                                 | 
                            
                                                            
                                    | 294 | 
                                     | 
                                    			return false;  | 
                                
                                                            
                                    | 295 | 
                                     | 
                                    		}  | 
                                
                                                            
                                    | 296 | 
                                     | 
                                     | 
                                
                                                            
                                    | 297 | 
                                     | 
                                    		if ( 'inherit' === $post->post_status ) { | 
                                
                                                            
                                    | 298 | 
                                     | 
                                    			$parent_post = get_post( $post->post_parent );  | 
                                
                                                            
                                    | 299 | 
                                     | 
                                    			$post_status_obj = get_post_status_object( $parent_post->post_status );  | 
                                
                                                            
                                    | 300 | 
                                     | 
                                    		} else { | 
                                
                                                            
                                    | 301 | 
                                     | 
                                    			$post_status_obj = get_post_status_object( $post->post_status );  | 
                                
                                                            
                                    | 302 | 
                                     | 
                                    		}  | 
                                
                                                            
                                    | 303 | 
                                     | 
                                     | 
                                
                                                            
                                    | 304 | 
                                     | 
                                    		$authorized = (  | 
                                
                                                            
                                    | 305 | 
                                     | 
                                    			$post_status_obj->public ||  |