Thomas Kräftner
Thomas Kräftner
Trusting a friend as a person is one thing, but trusting his care for maintaining a WordPress installation is obviously another thing. As soon as your content leaves your site...
I am aware of #37 and that it has been closed. But now that wp.org is moving translations out of the Plugins themselves and retrieves them via the Update API...
### Expected Behavior: As of [WP 4.7](https://core.trac.wordpress.org/changeset/38944) `sanitize_text_field` has a sibling function `sanitize_textarea_field` which would make sense as a default for CMB2 for `textarea`, `textarea_small` and maybe also `wysiwyg` and...
It would be great to be able to set certain text domains to be left alone, something along ``` options: { dontUpdateDomains: [ 'thirpartydomain' ] } ``` My use case...
Working on https://github.com/sindresorhus/is-svg/issues/8 I realised that [this message](https://github.com/sindresorhus/gulp-imagemin/blob/cb12e3332dce75dd581a907bb80fa8ce4e61c183/index.js#L65) is a bit misleading and did cost me some time when debugging. Maybe this could be changed to include something like "already...
It seems that #220 fixed #219 in the 3.x branch but the bug still exists in the 4.x branch. https://github.com/thephpleague/container/blob/388e992884ab75632d93dbaf4d29ec024d64b964/src/ServiceProvider/ServiceProviderAggregate.php#L72-L75
Would you consider adding the option to keep some objects as they are? Because when having a complex nested array of data where everything except some certain type of data...
[#30660](https://core.trac.wordpress.org/changeset/30660) changed the scaling behaviour for attachments. Due to that when importing a WXR exported from pre 4.1 and then importing it in a recent version when generating thumbs different...
A user reported this in the forum: > > We are seeing an issue when we have this plugin enabled where there are multiple calls being made to /wp-admin/admin-ajax.php when...
The handling should probably be pretty similar to the URL Field by just building an ``. Requested here as well https://wordpress.org/support/topic/acf-page-link-field/