/** * Filter the securecookie for wp_singon * * @since 1.0.0 * * @param (boolean) use secure cookie = false * @retu
If a new user has been created by sts_action_ticket_create()
this user will automatically get logged in. The plugin uses the WP function wp_signon()
to do so. With this filter, you can alter, if a secure cookie shall be used.