Repository for code examples and resources used in the "WordPress gems for devs" talk.
Event | Date | Branch | Links |
---|---|---|---|
WordCamp Skopje 2024 | 19 October 2024 | conf/WC-skopje-2024 | Event | Slides |
PHP Serbia 2024 | 06 September 2024 | conf/php-serbia-0924 | Event | Slides |
WordUp Brighton | 03 September 2024 | meetup/brighton-0924 | Event | Slides | Video |
It makes manipulation of HTML faster, easier and more controlled.
It is built completely custom, starting with HTML standards, which means the parser is never surprised by the HTML it receives but rather it supports the HTML we will probably never see.
- Add and remove classes
- Set aspect ratio for an iframe.
- Test if images have size values set
- Table of contents generator
- Tests:
None.
- Compatibility with PHP hooks.
- Inter-block communication.
- Site-wide features such as client-side navigation.
- Interactivity API Reference
- WP_Interactivity_API_Directives_Processor
- @wordpress/create-block-interactive-template