Before the release of WordPress 5.6, WordPress core had no feature that external services could use to authenticate themself against a WordPress installation. WordPress 5.6 brought Application Passwords into core and with that a user flow, which can be used by third-party services to ask for authorization for later requests.
Continue reading "Application passwords in WordPress 5.6"Category: WordPress
Block plugin updates and the sometimes delayed effect on the frontend
I am a big fan of Gutenberg. But a few weeks back I had multiple content pages that got destroyed in the frontend after updating, without changing much.
The reason: a block plugin had an update earlier which changes block markup, and with that, a few of my custom CSS rules did not apply any longer. Well, that could also happen with plugins that use shortcodes, but…
Continue reading "Block plugin updates and the sometimes delayed effect on the frontend"Get correct metadata after post update in block editor
Sometimes it is necessary to do something after a post was saved. When using the old hooks like save_post
and post_updated
, the result is not as expected with the block editor: the metadata values are the old ones from before saving.
The rest_after_insert_{$this->post_type}
action hook comes to the rescue ({$this->post_type}
needs to be replaced with the post type, for example, post or page). It gets the post object as the first param and when fetching data via get_post_meta()
, we get the correct data.
WordPress weekly recap #1: Idea of Wapuu Contributor Program and more
Dave Loodts wrote about the idea of a program for paid freelance contributors.
Continue reading "WordPress weekly recap #1: Idea of Wapuu Contributor Program and more"WordPress weekly recap #36: 4.9.9 release leads and more
Anthony Burchell and Alain Schlesser are the co-leads for the upcoming 4.9.9 release.
Continue reading "WordPress weekly recap #36: 4.9.9 release leads and more"WordPress weekly recap #35: Gutenberg 3.7 and more
The Gutenberg team released version 3.7 last week that comes with a so-called spotlight mode with the goal to set the focus on the currently selected block.
Continue reading "WordPress weekly recap #35: Gutenberg 3.7 and more"WordPress weekly recap #34: plugin guideline updates and more
This week, Mika Epstein published an update for the guidelines regarding human-readable source code and the one for trialware.
Continue reading "WordPress weekly recap #34: plugin guideline updates and more"WordPress weekly recap 33: Gutenberg 3.6 and more
Gutenberg 3.6 was released and comes with an updated block inserter and new icons for the core blocks.
Continue reading "WordPress weekly recap 33: Gutenberg 3.6 and more"WordPress weekly recap #32: WP-CLI 2.0.0 and more
This week, the 2.0.0 version of WP-CLI was released, that comes with many improvements – both for developers and users.
Continue reading "WordPress weekly recap #32: WP-CLI 2.0.0 and more"WordPress weekly recap #31: WordPress 4.9.8 and more
This week, WordPress 4.9.8 was released. It comes with a callout for trying the new Gutenberg editor.
Continue reading "WordPress weekly recap #31: WordPress 4.9.8 and more"