Renato Alves

Results 53 issues of Renato Alves

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9160 --- **This Pull Request is for code review only. Please keep all other discussion in the BuddyPress Trac ticket. Do not merge this Pull Request. See [GitHub...

### Description As a new user of the `\Mantle\Support\HTML` class helper methods, I noticed something that can be prone to induce a user to make a mistake. I wonder if...

php

### Description Add support to the `\Mantle\Support\HTML` class to get the element **before** or/and **after** the current one. ### Use Case I needed to get the previous or the after...

php

### Description As titled. ### Use Case As a developer I want to add a WP CLI command that gets the Elasticsearch data for a given post ID so that...

enhancement
CLI

### Description This was suggested here: https://l.alley.dev/8fb230ada0 ### Use Case ```php $author = mixed( 'author', [] )->object( require: name, job_title, url ); $author_name = $author->name ?? ''; // it'd be...

php

### Description If a consumer passes a `string`, it's likely they can get this error. Mainly because this is what is passed: `array_map('absint', '18708892')`. ``` [11-Sep-2025 00:24:28 UTC] PHP Fatal...

enhancement

### Summary Fixes #1257 ### Description This pull request addresses the issue where not all requests are passing the post id, which is necessary for use in the following location:...

enhancement
php

### Description Not all requests are passing the post id so that they can be used here: https://github.com/alleyinteractive/apple-news/blob/0d3799070faa6a41b1ce2e67b26b859e93e4ddfa/includes/apple-push-api/request/class-request.php#L378-L395 Let's pass them so that they are there when using of those...

### Summary Fixes #1252 ### Description This pull request corrects the parameter type in the `register_style` method, changing it from an `array` to a `string` to align with the expectations...

bug
php

### Description [This parameter](https://github.com/alleyinteractive/apple-news/blob/develop/includes/apple-exporter/components/class-component.php#L632) should be a `string` and not an `array`. The [set_json](https://github.com/alleyinteractive/apple-news/blob/develop/includes/apple-exporter/components/class-component.php#L361) method's first parameter is a `string`. Note the parameter is incorrect in other methods that subsequently...

enhancement
good first issue
php