wp_cassify_get_service_callback_url() bug
-
We have run into an issue with the wp_cassify_get_service_callback_url() function. Specifically, the if/else logic loor for a “redirect” parameter or a “service ticket” parameter – it does not allow both.
883: if ( !empty( $wp_cassify_redirect_parameter ) ) {
...
}
895: else if ( !empty( $wp_cassify_service_ticket_parameter ) ) {
...
}For now, we have routed around the problem by applying a filter to wp_cassify_override_service_validate_url, but others are likely having the same issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wp_cassify_get_service_callback_url() bug’ is closed to new replies.