Rolly Bueno
Rolly Bueno
On https://github.com/WordPress/Documentation-Issue-Tracker/issues/1431, it states that: > This article links to the defunct plugin (https://wordpress.org/plugins/qtranslate-x/) which has been closed and unavailable for download for over two years now. https://developer.wordpress.org/advanced-administration/wordpress/multilingual/ does not...
I'm using 8.1 on my machine thus I use it there :sweat_smile:, I'll update that to 8.3
Hi @kittenkamala - updated the PHP into 8.3 ^^
Hey @kittenkamala - I looked on the Activate Update Sevices and seems that the plugin only use 2 filters: https://plugins.trac.wordpress.org/browser/activate-update-services/trunk/activate-update-services.php#L29 I think we can update the article to use these...
👋 - assigning this to myself
Okay some thoughts after reviewing: 1. We can replace Sandbox into modern development tools such as Local by Flywheel, wp-env or even Docker. Playground can be an option as well...
On https://github.com/WordPress/Documentation-Issue-Tracker/issues/1430, it states: > Note that these instructions mostly apply to anyone running the Apache web server; while there are some instructions for IIS, nothing is said about the...
> > 3. `@return` is `mixed` since we are either return `WP_CLI::error()`, which technically `null` as per [make.wordpress.org/cli/handbook/references/internal-api/wp-cli-error](https://make.wordpress.org/cli/handbook/references/internal-api/wp-cli-error/), and `$result[0]['value']` which is either boolean or string from WP config variables...