benjaminmedia/wp-datalayer

There is no license information available for the latest version (0.1.23) of this package.

Adds datalayer implementation

Installs: 1 236

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 0

Type:wordpress-plugin

0.1.23 2021-05-28 10:36 UTC

README

Plugin for the old willow, to fetch and publish data to the datalayer

Worpress filters available

  • wp_set_commercial_type
add_filter('wp_set_commercial_type', function() {
	// tamper commercial type
	return $strCommercialType;
});