PHP code example of hounddd / wn-gdprplus-plugin

1. Go to this page and download the library: Download hounddd/wn-gdprplus-plugin 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/ */

    

hounddd / wn-gdprplus-plugin example snippets


  

return [
    'components' => [
        'bannerwide' => [
            'title' => 'We love cookies.',
            'message' => 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque et quos quam! Beatae, culpa consectetur!',
        ],
    ],
];