PHP code example of asuwebplatforms / webspark-module-asu_brand
1. Go to this page and download the library: Download asuwebplatforms/webspark-module-asu_brand 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/ */
asuwebplatforms / webspark-module-asu_brand example snippets
function hook_asu_brand_gtm_datalayer_alter(array &$datalayer) {
// Set a "site" variable return.
$datalayer['site'] = 'My Site';
}
*/