#41307 closed defect (bug) (invalid)
Document $auth_secure_cookie global in wp_signon()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | |
Focuses: | docs | Cc: |
Description
$global used in the filter but not mention in documentation.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @ajayghaghretiya1, thank for the patch!
That DocBlock is for the
secure_signon_cookie
filter. The function DocBlock already has a@global
reference to$auth_secure_cookie
.