Author: Rakesh Lawaju
-
Google Tag Manager Tips
Google Tag Manager (GTM) is a great tool for managing tags. Tags like Facebook pixel, Google analytics, TikTok tracking, and many more scripts can be managed and deployed in one place. Here I will be adding tips and tricks related to GTM. Trigger Configuration Matches RegEx Matches RegEx will match strings based on the input…
-
Hubspot Workflow: Update User Properties using Custom Code
Hubspot Workflow is a very powerful tool that we can use to automate tasks. In this article, we will see how to update user properties using custom code in workflow. Before you use custom code we need to configure the API key and fields (as per requirement) as shown below: Now lets code:
-
WordPress Block Variation: Unlocking it’s Power
The WordPress Block Variation API allows developers to create variations of existing blocks, maintaining core functionality and scalability. Learn to create a block variation in detail.
-
Create a tag in Git
Creating tags from the command line To create a tag on your current branch, run the following commands in your terminal: Add -a to generate an Β annotated tag if you want to include a description with your tag:: This will generate a local tag containing the current state of the branch you’re working on. Tags…
-
Composer commands
Install Dependencies Install De Dependencies To generate the autoloader, go head and fire:
-
Disable Gutenberg (Block Editor)
Totally disable Gutenberg in whole site Disable Gutenberg in specific Post type.