Add a meta field to the Block Editor sidebar
https://www.kathyisawesome.com/add-a-meta-field-to-the-block-editor-sidebar/?utm_source=rss&utm_medium=rss&utm_campaign=add-a-meta-field-to-the-block-editor-sidebar
Published: March 29, 2024 20:12
Here’s what we’re making This post assumes that you have some basics about getting set up in a block-building environment. So we are going to use following to scaffold an example plugin with block scripts all ready to start: After that’s installed you will…
Extending WooCommerce Product REST API Responses
https://www.kathyisawesome.com/extending-woocommerce-product-rest-api-responses/?utm_source=rss&utm_medium=rss&utm_campaign=extending-woocommerce-product-rest-api-responses
Published: February 13, 2024 18:02
WooCommerce supports many core properties when fetching a product via the REST API. In this tutorial, we’ll explore three code snippets that extend WooCommerce product responses, allowing for the retrieval and updating of custom fields and metadata. 1.…
Add Custom Meta Fields to WooCommerce Variations
https://www.kathyisawesome.com/add-custom-meta-fields-to-woocommerce-variations/?utm_source=rss&utm_medium=rss&utm_campaign=add-custom-meta-fields-to-woocommerce-variations
Published: January 31, 2024 23:07
WooCommerce offers a robust platform for building and managing online stores, and one of its powerful features is product variations. Variations allow you to offer different versions of a product, such as varying sizes, colors, or other attributes. In this…