Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;
});
```