Simone Fioravanti
Simone Fioravanti
## Description Added a class that stops the command from being executed and implement the command to give the expected results. ## Motivation and context `wp core check-update` is not...
This is a backport of multiple WP changesets that changes the use of `str_pos` with `str_contains()`, `str_starts_with()` and `str_ends_with()`. Those function comes from PHP 8 but polyfills are already defined...
This restores the site icon setting to its original home on the settings page where it lives with the title and tagline. > In WordPress 5.9 the Customizer is disabled...
Add a filter `cp_dot_net_urls` in class `WP_Http` to change the request URL if it's a `classicpress.net` one. ## Description With this filter you can change the request URL. For security...
When a change in the database schema or in the options is needed, WordPress uses `$wp_db_version` to trigger those updates. Even if the same variable could be used, it would...
As requested in #1434 this PR backports several WP changesets to achieve the result: See https://core.trac.wordpress.org/ticket/57913 Backported: - https://core.trac.wordpress.org/changeset/56657 - https://core.trac.wordpress.org/changeset/56658 - https://core.trac.wordpress.org/changeset/56711 - https://core.trac.wordpress.org/changeset/57357 **Can't backport https://core.trac.wordpress.org/changeset/57358. Can't understand...
Removes the Hello Dolly plugin. Closes #1430 ## Motivation and context - The plugin is not passing WPCS - The plugin is not passing CPCS - The plugin is not...
### Context - The plugin is not passing WPCS - The plugin is not passing CPCS - The plugin is not a good source for new plugin developers ### Possible...
* [X] Have you followed the [Classic Commerce Contributing guideline](https://github.com/ClassicPress-plugins/classic-commerce/blob/master/.github/CONTRIBUTING.md)? * [X] Does your code follow the [repo standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [X] Have you checked to ensure there aren't other open...
### All Submissions: * [X] Have you followed the [Classic Commerce Contributing guideline](https://github.com/ClassicPress-plugins/classic-commerce/blob/master/.github/CONTRIBUTING.md)? * [X] Does your code follow the [repo standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [X] Have you checked to ensure there...