Jean-Claude Vignoli
Jean-Claude Vignoli
With [my plugin](https://wordpress.org/plugins/lumiere-movies/), which also needs CuRL, I get a different message: `PHP Fatal error: Uncaught Error: Call to undefined function Imdb\curl_init() in /wordpress/wp-content/plugins/lumiere-movies/vendor/jcvignoli/imdbphp/src/Imdb/Request.php:37` Seems like php extension CuRL is...
Thanks @duck7000, I actually already implemented your graphql method in my own fork. Just took out the get_headers() check which takes forever on my environnement, don't know why.
Well, because I'm not a developper, and true developpers do a better work than me :)
> Well i don't think that any of the maintainers take your PR serious as @jreklund just released a new version with a fixed keywords method but not with GraphQL,...
Hi @GeorgeFive! Any chance you also worked to update the bio() method? You might have no good skills in regex, but they are better than mines, it seems!
Hi @danielbachhuber Should we expect such a feature?
@danielbachhuber Unfortunately, I'm not really a dev :)
`./src/wordpress `doesn't work. I've been able to unfreeze phpmd by using `wordpress/*` but then it reports another symbolic links that are inside the folder wordpress. I had to add them...
@weirdan I have an autoload file loading the class using spl_autoload_register(). Actually, the `define ('ROOT', './src' );` is not in Settings.php, but in a different config file called **before** the...
I second this request. In a WordPress plugin I develop, I use the constant WP_DEBUG_LOG that can be either a string or a bool. No way PHPStan can understand that.