apply_filters( 'RCB/SetCookie/Allow', $set, $cookieName, $cookieValue, $expire, $path, $domain, $secure, $httponly, $samesite )
Strictly disable setting a cookie.
Parameters:
Name | Type | Description |
---|---|---|
$set |
boolean | |
$cookieName |
string | |
$cookieValue |
string | |
$expire |
number | |
$path |
string | |
$domain |
string | |
$secure |
boolean | |
$httponly |
boolean | |
$samesite |
string |
- Since:
- 2.0.0
Returns:
boolean