Sybre Waaijer

Results 433 comments of Sybre Waaijer

Do you mean the function `wp_magic_quotes()`, which uses `addslashes()`? This has been in WordPress for a very long time. With that, then why doesn't WordPress Core use `wp_unslash()` consistently for...

Thanks for that! I must apologize for my mixup; I strayed off into output escaping the other day. Now, I do think the moral of the story can be a...

> It's the official recommendation. Where was this engraved as an official recommendation? I'm about as much of a core member as the one who stated that, and I do...

Try this one: ```js const someFunc = () => { let someVar; //

In 4.3.0, I introduced the new [Pools class](https://github.com/sybrew/the-seo-framework/blob/e44d72af7fc6a71c79de59600ed259a015c5e022/inc/classes/pool.class.php) and the [Deprecation handler](https://github.com/sybrew/the-seo-framework/blob/e44d72af7fc6a71c79de59600ed259a015c5e022/inc/traits/internal/static-deprecator.trait.php). Removing the blocker of this issue.

#645 serves to extend this issue by addressing specific structures and not-so-forward-compatibility problems this issue created. Not only do I want to clean the god object from generators for performance,...

The plugin author shoved aside the proper solution we provided for Polylang (removing hundreds of lines of buggy code and letting WordPress handle everything perfectly): https://github.com/polylang/polylang/issues/928. Instead, they added more...

We'll fix it by removing their code. Their plugin won't be affected in functionality; your site will only run faster, make fewer redundant requests, and you'll face fewer bugs.

TSF v4.3.0+ will support breadcrumbs for all pages. We will provide you with a shortcode (and block) to output that, but we first need options. The block and options may...

This "documentation" issue is maintained in our Knowledge Base: https://tsf.fyi/kb/structureddata.