I do a lot of #WordPress Gutenberg development and I have a bunch of code snippets I run in the browser console.
This one retrieves the meta fields and filters the property names to only those that contain "mysubstring"
((substring) => Object.fromEntries(
Object.entries(
wp.data.select('core/editor').getEditedPostAttribute('meta')
).filter(
([key, value]) => key.toLowerCase().includes(substring.toLowerCase()
)
)))('mysubstring')
See https://salferrarello.com/filter-meta-in-wordpress-gutenberg-block-editor/
#woocommerce #wordpress #ecommerce #business
https://developer.woocommerce.com/2026/01/13/product-permalink-changes-coming-in-woocommerce-10-5/
RE: https://kraft.blog/sn/remember-the-alamo/
I added a quick filter so the new alpha of the #wordpress Press This can use CPTs... so switched over to the microblogging CPT (jetpack-social-note) that I use. I like the way it handled this.
Next up... I think I'm going to auto-repost these from my site versus the auto-posting via Jetpack...
Directorist releases new Advanced Review extension 👉 https://lttr.ai/AnFeg #WordPress #directory

Whether you contributed every week or just followed along, your perspective matters.
The WordPress 6.9 release retrospective is open until January 15, 2026. Help share feedback via the form or in the comments: https://make.wordpress.org/core/2025/12/19/wordpress-6-9-release-retrospective/
Kaum steht die Domain in den Cert-Tranzparenzlisten, schon kommen die ersten Scans, ob das nicht doch n altes #Wordpress ist. Muss ich wirklich n Tarpit/Honeypot hinzimmern?
wp network meta set #WordPress #WPDevDocs https://developer.wordpress.org/cli/commands/network/meta/set/?utm_source=mastodon&utm_medium=social&utm_campaign=fedica-DevDocs
A 1200% increase?!
I wonder what caused the spike?
Looking at the scenarios, I've got #Apache and #wordpress exploits in my top 5; they're obviously just random scans, since I don't use either.
IPs are mostly coming from cloud providers, of course, #ProbeNetworks (AS29686), #Microsoft, #DigitalOcean, #Amazon, etc, so that tells me nothing.
Does this have anything to do with adding IPv6 support, or did my blog just suddenly become way more popular?

i am old - #wordpress #account
Member Since: December 26th, 2008
»Product Permalink Changes Coming in WooCommerce 10.5« https://developer.woocommerce.com/2026/01/13/product-permalink-changes-coming-in-woocommerce-10-5/?WordCommerce.eu #WordPress #WooCommerce #eCommerce #Shop
📖📌«Los colores del íris»
-Es un #microrrelato que obliga al lector a verse en su mejor ❤️🩹 versión.
#reading #literature #wordpress #historiasconk #blogpersonal
Performance Chat Summary: 13 January 2026 https://make.wordpress.org/core/2026/01/13/performance-chat-summary-13-january-2026/ #WordPress #wpdev