Opened 20 months ago
Last modified 20 months ago
#57741 new defect (bug)
Core throwing 'Attempt to read property "post_type" on null'
Reported by: | haykuro | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.1.1 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
A calls B. B calls C.
C is calling get_post() passing in args from B.
C then proceeds to immediately use the results of get_post() ($post->post_type) without checking the response, resulting in an edge condition where a warning is thrown: Attempt to read property "post_type" on null
Note: See
TracTickets for help on using
tickets.