om.Analytics.conversion

document.addEventListener('om.Analytics.conversion', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Untitled Snippet

https://intellectualspaceshiprequest.com/q988wm37s?key=ac84aca53487754d550e2aa10664730a

Link Featured Image to Post

Snippet for automatically link image to post

Add category to page

// Abilita categorie (e, opzionalmente, tag) per le Pagine add_action('init', function () { register_taxonomy_for_object_type('category', 'page'); //…

Show Product Categories in the Vendor Product Catalog

This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…

1 183 184 185 186 187 216