Kevin Pliester
Kevin Pliester
My problem is the same as here: https://github.com/Yoast/wordpress-seo/issues/18594 The REST route always returns 401.
no, not at all, sorry for that
Is it possible to translate things meanwhile? For example, remove-single has "remove" in the title. This would have to be translated for my use case. 
I can't think of a good solution right away, except to ask for both things in the request. I think the note in the docs is sufficient for now, until...
@andrea-1234 Thank you for reporting. This is unfortunately not a WP-LESS problem but a [PHP-LESS][1] problem (which is from Wikimedia, meanwhile). **Which PHP version are you using?** WP-LESS works everywhere...
@andrea-1234 * /js_composer/js_composer.php Doesn't seem to me like this is a problem with WP-LESS. Here the plugin JS Composer has a problem with version PHP8.0. I would generally still advise...
I would say that this is a case for wikimedia/lessphp and not WP-Less. WP-Less only uses the wikimedia parser and it doesn't seem to work properly with older PHP versions....
Hi @squirrel27 ... you can check your code with `print_r($value)` ... then you can see what is possible and what not. If it is an object you work with `$value->comments`...
Hi @squirrel27 `fwrite` is for writing in files. Files are .txt or other files. To simply "write" your content you can use the `echo` command. `echo $value->comments` If you can...
Same question here...