Make WordPress Core

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


Ignore:
Timestamp:
03/24/2026 03:41:00 PM (5 months ago)
Author:
johnjamesjacoby

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64706, comment 26

    v1 v2  
    33It feels unintentionally broad, maybe because we already use `_support` for APIs & components like themes and post-types?
    44
    5 If we are OK with the broadness, then I almost feel like it should be `wp_supports( $feature )` so we can provide the funnel today without needing to deprecate `wp_supports_ai()` later?
     5If we are OK with the broadness, then I almost feel like it should be `wp_supports( $feature )` so we can provide the funnel today without needing to deprecate `wp_supports_ai()` later (unless we anticipate `wp_supports_ai()` being used as a boolean return in a filter.)