Function __global->csp_nonce_html
Definitions
sources/csp.php
- Get CSP nonce in HTML attribute format.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- HTML to insert
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get CSP nonce in HTML attribute format.
*
* @return string HTML to insert
*/
function csp_nonce_html() : string
* Get CSP nonce in HTML attribute format.
*
* @return string HTML to insert
*/
function csp_nonce_html() : string
