Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #61027


Ignore:
Timestamp:
04/29/2024 06:26:33 PM (20 months ago)
Author:
sabernhardt
Comment:

Let's discuss any possible integrations in (classic) bundled themes on this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61027

    • Property Type changed from defect (bug) to feature request
    • Property Summary changed from Twenty Twentyone: Replace frontend jQuery usage with Interactivity API to Bundled themes: edit front-end JS to work with Interactivity API
  • Ticket #61027 – Description

    initial v4  
    1 This ticket focuses on removing jQuery as a frontend dependency for Twenty Twentyone when the site is running WordPress >= 6.5 where we can leverage the Interactivity API instead.
    2 
    31Note:
    4 Leveraging the Interactivity API for core themes will help us test and consume our own APIs.
    5 The Interactivity API will already be enqueued if any block leveraging the API is used (Query, expanding Search and Navigation for example)
    6 Existing code would stay in place for cases where the theme is used on WordPress < 6.5.
     2- Leveraging the Interactivity API for core themes will help us test and consume our own APIs.
     3- The Interactivity API will already be enqueued if any block leveraging the API is used (Query, expanding Search and Navigation for example)
     4- Existing code would stay in place for cases where the theme is used on WordPress < 6.5.