Resources
Blog
Gravity Forms Bootstrap 5 Markup and Styles
By default, Gravity Forms does not support Bootstrap classes out of the box, so the two don’t end up working very well together. The included Gravity Forms CSS includes too many styles that need to be overridden, this is why instead of applying Bootstrap styles directly, we tweaked Gravity Forms to add default Bootstrap markup.
Gutenberg RawHTML Online Converter to PHP & JSON
Gutenberg RawHTML Online Converter allows converting copied block content into the array format required by the template without having to do it by hand.
WooCommerce – Add Free Product To Cart Programmatically
Create a free product in WooCommerce: Programmatically add free product to cart Add this snippet ( update product id and product ids to exclude ):
How to add alt tags to images in Gutenberg
How to add alt text to Gutenberg images Preferred Way – manually add alt text to each image on page. Quick Way – automatically assign the page title as an alt text to all images where alternative description is missing.