apply_filters( 'RCB/SetCookie/Allow/$cookieName', $set, $cookieName, $cookieValue, $expire, $path, $domain, $secure, $httponly, $samesite )
Strictly disable setting a cookie for a given name.
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