You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WPCOM_Liveblog, handle_request() is hooked to template_redirect. This is generating warnings:
Is this intentional? Can we move handle_request() to a different filter or action?
330 | WARNING | Please, make sure that a callback to `'template_redirect'` filter is returning void intentionally.
| | (WordPressVIPMinimum.Filters.AlwaysReturn.voidReturn)
330 | WARNING | Please, make sure that a callback to `'template_redirect'` filter is always returning some value.
| | (WordPressVIPMinimum.Filters.AlwaysReturn.missingReturnStatement)
The text was updated successfully, but these errors were encountered:
In WPCOM_Liveblog,
handle_request()
is hooked totemplate_redirect
. This is generating warnings:Is this intentional? Can we move
handle_request()
to a different filter or action?The text was updated successfully, but these errors were encountered: