PHP code example of gridonic / statamic-consent-manager
1. Go to this page and download the library: Download gridonic/statamic-consent-manager library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
gridonic / statamic-consent-manager example snippets
return [
// Where to store the consent settings of any user (javascript).
// Choose "local" for local storage or "session" for session storage.
'storage' => 'local',
// Consent groups managed by the addon. Feel free to change, remove or add your own groups.
// Scripts are dynamically added to the DOM only if consent for their group is given.
'groups' => [
'necessary' => [
' ],
],
'marketing' => [
'