Make WordPress Core

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


Ignore:
Timestamp:
03/04/2026 06:13:53 PM (5 months ago)
Author:
justlevine

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64706, comment 4

    initial v1  
    1 on todays contributor call, @flixos90 noted the existing filter in the prompt builder class: https://github.com/WordPress/wordpress-develop/blob/707fa78322968b590e84b29d0575de65dc785b2c/src/wp-includes/ai-client/class-wp-ai-client-prompt-builder.php#L291 so it's just the UI aspect that needs disabling in the connector screen.
     1on todays contributor call, @flixos90 noted the existing filter in the prompt builder class: https://github.com/WordPress/wordpress-develop/blob/707fa78322968b590e84b29d0575de65dc785b2c/src/wp-includes/ai-client/class-wp-ai-client-prompt-builder.php#L291 so it's just the UI aspect that needs disabling in the connector screen, which we can wrap and repurpose the same filter for.
     2
     3Will update my PR accordingly - unless someone beats me to it.