benjaminmedia/wp-datalayer

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

Adds datalayer implementation

Maintainers

Package info

github.com/BenjaminMedia/wp-datalayer

Type:wordpress-plugin

pkg:composer/benjaminmedia/wp-datalayer

Statistics

Installs: 1 257

Dependents: 0

Suggesters: 0

Stars: 0

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