Rehydrator
Pattern-based content transformation for WordPress block migrations.
★ 5stars
9composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/rehydrator/archive/refs/heads/main.zipAlso on Packagist as humanmade/rehydrator:
composer require humanmade/rehydratorFrom the readme
Rehydrator
Pattern-based content transformation for WordPress block migrations. Provides utilities for loading block patterns, resolving nested pattern references, and applying targeted transformations to populate templates with content.
Full documentation →
Installation
Via Composer:
As a WordPress plugin: Clone or download this repository to wp-content/plugins/ and activate.
Requirements
- PHP 8.0+
- WordPress 6.0+
Quick Start
For full API documentation including all transformation methods and helper namespaces, see the docs site.
Development
Running Tests
Code Style
License
GPL-2.0-or-later
Read the full README on GitHub →