https://github.com/benjaminmedia/wp-datalayer
Plugin for willow legacy, and other WP installations to fetch and publish data to the datalayer
https://github.com/benjaminmedia/wp-datalayer
datalayer wordpress wordpress-plugin wp-datalayer
Last synced: about 2 months ago
JSON representation
Plugin for willow legacy, and other WP installations to fetch and publish data to the datalayer
- Host: GitHub
- URL: https://github.com/benjaminmedia/wp-datalayer
- Owner: BenjaminMedia
- Created: 2018-09-11T10:42:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T10:37:44.000Z (about 5 years ago)
- Last Synced: 2025-03-26T14:54:35.833Z (about 1 year ago)
- Topics: datalayer, wordpress, wordpress-plugin, wp-datalayer
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-datalayer
Plugin for the old willow, to fetch and publish data to the datalayer
#### Worpress filters available
- __wp_set_commercial_type__
``` php
add_filter('wp_set_commercial_type', function() {
// tamper commercial type
return $strCommercialType;
});
```