Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64706, comment 2


Ignore:
Timestamp:
03/13/2026 01:59:18 PM (5 months ago)
Author:
justlevine

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64706, comment 2

    initial v1  
    22
    33I took a stab at adding a function + matching constant (so 3rd-party plugins/malicious actors can't override with a late-priority hook) and filter in https://github.com/WordPress/wordpress-develop/pull/11149 . Tried to do it in a way that would be the least disruptive to both `wp-ai-client` itself, and compliment @gziolo 's ongoing work in https://core.trac.wordpress.org/ticket/64730 , but Fluent APIs aren't really typical in WordPress and I'm open to other suggestions.
     4
     5Original ref: https://github.com/WordPress/wp-ai-client/issues/38