Sören Wünsch
Sören Wünsch
We use a widget on a category page in a sidebar to display a list of posts. I found this function is manipulating our query and all post types are...
## What? - Adds [anchor](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/#anchor) support to dynamic rendered blocks. - Enables support for core blocks Fixes #29401 ## Testing Instructions You need to add `'id'` to `$attributes_to_merge` in `get_block_wrapper_attributes()`...
A record is an Object, not an Array, so we should use `property_exists()` instead `array_key_exists`. Fixes #1474. ## Release Changelog - `Fix: PHP Uncaught TypeError in CLI command #1474`
# Bug Report If I type `wp stream query` on the CLI, I get an PHP error. `Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array,...
## Describe the bug We want to test WordPress with PHP 8.3, but at the moment wpstarter require php < 8.3.
Adds an example for `MyPluginPostStatusInfo` to replace post submitbox actions. Fixes #13 Should we add ES5 or ES6/JSX examples or both?
`post_submitbox_misc_actions` has an Gutenberg Equivalent: `PluginPostStatusInfo`. See: https://github.com/wordpress/gutenberg/blob/master/edit-post/README.md#pluginpoststatusinfo
**Describe the bug** We want to use the Live schedule block. We have a translation, but the string "View Full Schedule" is not translated in the frontend Code: https://github.com/WordPress/wordcamp.org/blob/production/public_html/wp-content/mu-plugins/blocks/source/blocks/live-schedule/block.js#L69 German...
Adds a delete method for files. REST API docs: https://developers.lokalise.com/reference/delete-a-file Fixes #31
**What kind of change does this PR introduce?** When I run PHP 8.4, I get a deprecation message. This PR fixes it. **What is the current behavior?** >`PHP Deprecated: MetaboxOrchestra\AdminNotices::add():...