secure_signon_cookie

Advertisement

Summery Summery

Filters whether to use a secure sign-on cookie.

Syntax Syntax

apply_filters( 'secure_signon_cookie', bool $secure_cookie, array $credentials )

Parameters Parameters

$secure_cookie

Whether to use a secure sign-on cookie.

$credentials

Array of entered sign-on data.

  • 'user_login'
    (string) Username.
  • 'user_password'
    (string) Password entered.
  • 'remember'
    (bool) Whether to 'remember' the user. Increases the time that the cookie will be kept. Default false.

Source Source

File: wp-includes/user.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply