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 this commit, the constructor should have been setting the $meta_key property to what it gets passed.
Currently, this leads to the whole meta cache being returned in Mlp_Redirect_Filter::filter_redirect(), which is truthy, and eventually disables the redirect altogether.
In this commit, the constructor should have been setting the
$meta_keyproperty to what it gets passed.Currently, this leads to the whole meta cache being returned in
Mlp_Redirect_Filter::filter_redirect(), which is truthy, and eventually disables the redirect altogether.