David Biňovec
David Biňovec
The Kernighan opening function Brace Sniff ( Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace ) which is part of the WordPress Coding Standard on it's own does not always produce desired output when it comes to...
It's almost always meant to be `wp_json_encode`
Bounces Stable tag (3.0.2), tested up to (4.9.5), and adds 3.0.2 Changelog: * Fixed issue with stale local cache in case remote ADD fails * Added wp_cache_get_multi function * Introduced...
The filter allows developer to short circuit get_posts call in Zoninator::ajax_recent_posts and Zoninator::zone_admin_recent_posts_dropdown methods. While there is already a filter for adjusting get_posts args, the new filter gives developers even...
using `array( $this, 'sanitize_text_field_by_reference' )` instead of `sanitize_text_field_by_reference` as a callback param of `array_walk_recursive` This bug was introduced while addressing the VIP code review feedback fixes #343
It currently accepts only single values. See the implementation of WP_Query::is_page for more details https://developer.wordpress.org/reference/classes/wp_query/is_page/
While testing Babble in [vip-quickstart](https://github.com/Automattic/vip-quickstart) (multisite) I noticed that translations are not being properly published and the frontend switcher is thus using invalid url (with placeholders). To reproduce: - Create...
I do understand why it's like that, but we might, at least, need some better indication that there is an existing translation in a trash which is blocking the creation...
function 'sanitize_text_field_by_reference' not found or invalid function name in class-jobs.php on line 710 This should read `array( $this, 'sanitize_text_field_by_reference' )`