Erik van der Bas

Results 30 issues of Erik van der Bas

## Issue In the light of better security, a bit of low hanging fruit. We still had a lot of http:// links in our docblocks, .md files and other supporting...

Related: - #2578 ## Issue ``` The [Timber\PostPreview::read_more](https://timber.github.io/docs/reference/timber-postpreview/#read_more) docs say: Set this to false to not add a "Read More" link. But Timber\PostPreview::read_more doesn't actually accept a boolean value, it...

#### Explain the problem There is a vulnerability in babal traverse that is fixed in babel template 7.24.0. I know that this repo is not really maintained by Trivago anymore...

Hi, On several places in the codebase I found that you refer to the site_url() instead of the home_url(). For most sites this is no problem since these two are...

Related: - #3004 ## Issue `Timber\Helper::convert_wp_object` is not listed as an API function ## Solution Mark as API function and rebuild docs. ## Impact More functions documentated ## Usage Changes...

Related: - #159 ## Issue Now all the main changes are merged, we can start fixing the phpcs and phpstan issues. ## Solution Do all the fixes! While at it,...

> * the style.css file is included in the head.html. I find myself using the enqueue functions to add compiled css/js files that way. Maybe we could one day in...

Hi @houke , Thanks for your work on this plugin! This PR creates the properties in advance to prevent dynamic creation of properties warnings in PHP 8.2 and above. I...

Hi @stevep , I see it has been a long time since a last release was done. There are also a few PRs that are probably ready to be merged....

Related: - #3008 ## Issue `wp_kses_post()` function does not allow null values. ## Solution Wrap the function in a method to bail early before escaping ## Impact Better escaping ##...