kodinkat
kodinkat

It would seem it's a size restriction issue; as the wp_comments table currently has a column comment_type `varchar(20)` size constraint; which will fail for longer types.  to exclude the following exceptions: - Opening brace should be on a new line - There should be...
Exceptions still not resolved by current sniff rules: - Expected 1 space before opening brace; found 0 - Expected 1 space after FUNCTION keyword; 0 found - Opening brace must...
403 Forbidden exception encountered whilst trying to directly access API; which I believe is the result of an abscent nonce. As a result, no updates are made to location field....
It would seem the Dismiss All functionality is working as intended; displaying the Duplicates Detected record tag and removing it following the clicking of Dismiss All option.   However,...
> @kodinkat can you give an example of how this will be used? Hey @corsacca, see `dt_sso_login_response` function within corresponding [PR](https://github.com/thecodezone/dt-home/pull/206/commits/878a28121ec31b1d1b91d0af19c1bbbc99c95431); which aims to update `redirect_url` based on login outcome...
> @kodinkat how does this compare with using this filter? `$redirect_url = apply_filters( 'dt_login_redirect_url', $redirect_url );` @corsacca could it potentially be expanded to also accommodate sso payload and error data;...
> @kodinkat I think the default workflow would be to pass in or load the SSO login with the desired redirect instead of trying to determine the correct redirect after...