Closed ssnepenthe closed 1 year ago
Verify type of value returned from get_post_type_object here before passing to ->is_custom_post_type - it may be null.
get_post_type_object
->is_custom_post_type
Fixed in 690b7caec8df3c6506e31622de5eb68d9b727059
Verify type of value returned from
get_post_type_object
here before passing to->is_custom_post_type
- it may be null.