Prevent Links in Gravity Forms Paragraph Text Field
I was having an issue with link spam in a Gravity Forms paragraph text field. Here is a code snippet that validates the field and prevents link submissions. Place the code in your theme’s functions.php file. Replace ‘[form number]’ with your form number. Replace ‘[field number] with the field number.
Meta Description on Pages
Enable the automatic generation of the meta description on pages in WordPress.
Find Out Which Host a Website is On
Quickly identify the host of a website
ColorSpace Palette Generator
This is a really awesome color palette generator. I’m in love with it!
Remove Product Types Options in WooCommerce
I needed to remove several of the options from the product type dropdown in WooCommerce. This may not be the correct way to do it but it does hide them. From This: To This: Code:
Building a Custom Gutenberg Block Using ACF Pro
Sridhar Katakam walks us through hot to setup a carousel/slider custom Gutenberg block with Advanced Custom Fields Pro
Add Custom Taxonomy to WooCommerce
Add a custom taxonomy to WooCommerce products.