Closed justlevine closed 5 months ago
This PR fixes several PHP notices when fetching SubmissionConfirmation.page or SubmissionConfirmation.pageId when there is no associated URL.
SubmissionConfirmation.page
SubmissionConfirmation.pageId
Check there's a valid url, before passing it to url_to_postid().
url_to_postid()
What
This PR fixes several PHP notices when fetching
SubmissionConfirmation.page
orSubmissionConfirmation.pageId
when there is no associated URL.Why
How
Check there's a valid url, before passing it to
url_to_postid()
.Testing Instructions
Additional Info
Checklist: