Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T10:37:44.000Z (over 3 years ago)
- Last Synced: 2024-04-24T19:32:13.870Z (9 months ago)
- Topics: datalayer, wordpress, wordpress-plugin, wp-datalayer
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 10
- 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;
});
```