threadi / easy-transients-for-wordpress
Provides a simple wrapper to handle transients in the WordPress-backend.
Package info
github.com/threadi/easy-transients-for-wordpress
pkg:composer/threadi/easy-transients-for-wordpress
1.4.7
2026-02-21 12:01 UTC
This package is auto-updated.
Last update: 2026-06-21 12:49:48 UTC
README
Provides a simple wrapper to handle transients in the WordPress-backend as admin_notices or actions.
Requirements
- composer to install this package.
- WordPress-plugin, theme or Code Snippet-plugin to embed them in your project.
Installation
composer require threadi/easy-transients-for-wordpress- Switch to
vendor/thread/easy-transients-for-wordpress - Add the codes from
doc/embed.phpto your WordPress-project (plugin or theme).
Configuration
TODO