Learn to add GTIN meta data for Variable Products in WooCommerce.
Query WooCommerce Products
Learn to query WooCommerce Product and Product Variations using WP native get_posts and WooCommerce native wc_get_products functions.
Check if WooCommerce is Active
Learn to check if your WooCommerce plugin is activated or not before you run your custom snippet.
Removing Block Editor Stylesheet
Last year when WordPress 5.0 came out, I wrote a simple post showing how to continue using Classic Editor on your WordPress site. Unfortunately though, even after switching to classic...
Adding Custom Structured Data in WooCommerce
Learn to add Custom Structured Data for WooCommerce Products in WordPress.
Get your Classic WordPress Editor Back
Learn the easiest way to continue using Classic WordPress Editor after Guteneberg integration from WordPress 5.0.
Regex for Twitter Username in JavaScript
Learn to validate Twitter username using Regular Expression in JavaScript. Highly useful for front end development.
Regex for Twitter Username in PHP
Learn to validate Twitter username using Regular Expression in PHP scripting language.
Sanitizing Integer Value with Filter Var
In one of my previous post, I discussed how validate integer variable. However, I recently came across some weird issue while sanitizing an integer. Not sure why its happening like...