Sybre Waaijer

Results 433 comments of Sybre Waaijer

Thanks for the details. It looks like the Surecart post type is functioning as it is supposed to, even though its registration tells me otherwise—perhaps they tweaked some things to...

Here's a snippet to test this feature. It will slow down generation time because the excerpt must be reprocessed. I have not implemented a hook when the excerpt gets fetched,...

Hello! I added an extraneous space to the agent name. Sorry about that! This code will work until that's fixed. It's forward-compatible with the next update: ```php add_filter( 'the_seo_framework_robots_blocked_user_agents', function...

This issue has already been fixed in https://github.com/sybrew/the-seo-framework/commit/41f9744f50722e53d625c98b2adfebd1f53f8f2e#diff-9f19b69e6aef13aaaec5256b8929d8df2446e2d4a1b45efc566bbdd04cb119f3L112. I was testing Copilot Agent, and it found that, but it went for a spin. Sorry for the noise.

Hello! I recommend using that filter only to modify or add styles, not remove them altogether. The breadcrumbs are generated as a list for improved machine readability, but they should...

I understand your use case. Thank you for the feedback! I'll probably implement the change in the next minor update.

Don't wait a couple of months if you find an issue! Instead of moving backward by downgrading, let's try to move forward by upgrading. First, please make sure that your...

https://core.trac.wordpress.org/ticket/61293 is a duplicate of https://core.trac.wordpress.org/ticket/51912

Thank you for the detailed bug report! The `admin-ajax.php` calls are for a feature where TSF fetches updated metadata, a new SEO Bar, etc., after saving. Gutenberg doesn't handle its...

Thank you, @drzraf, for providing feedback on this issue. It appears that in September (when I left the comment above), I forgot that I made a change in May that...