WordPress Hooks, what are they and how they are used

Hooks are an essential feature of the WordPress platform and they are closely related to code snippets. In WordPress, a hook is a point in the code where developers can add their own custom code snippets to modify or extend the functionality of WordPress core, themes, or plugins. There are two types of hooks in […]

WordPress Hooks, what are they and how they are used Read More »

Add Google sign in/up in WordPress / Woocommerce

Adding social (Google) Login/Signup option to your blog or Woocommerce store can provide: There are 5 main steps for adding Google sign up/in functionality: First, make sure that you have installed a plugin that provides Social login with Google, if you choose this one i also have some snippets to add extra functionality for Woocommerce.

Add Google sign in/up in WordPress / Woocommerce Read More »

How to add a snippet (custom code) in WordPress?

How to Add Code Snippets to Your WordPress Site Adding custom code snippets to your WordPress site can enhance functionality and customize your user experience. There are two main ways to add a code snippet to your site: 1. Using a Code Snippet Plugin Code snippet plugins provide an easy and safe way to add

How to add a snippet (custom code) in WordPress? Read More »