RSS Parrot

BETA

🦜 Kathy is Awesome

@www.kathyisawesome.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Custom WordPress and WooCommerce Development

Your feed and you don't want it here? Just e-mail the birb.

Site URL: www.kathyisawesome.com/

Feed URL: www.kathyisawesome.com/feed

Posts: 3

Followers: 1

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

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

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…