threadi/easy-transients-for-wordpress

Provides a simple object to handle transients in the WordPress-backend.

1.0.2 2025-08-01 16:29 UTC

This package is auto-updated.

Last update: 2025-08-01 16:30:02 UTC


README

Requirements

  • composer to install this package.
  • WordPress-plugin, theme or Code Snippet-plugin to embed them in your project.

Installation

  1. composer require threadi/easy-transients-for-wordpress
  2. Switch to vendor/thread/easy-transients-for-wordpress
  3. Add the codes from doc/embed.php to your WordPress-project (plugin or theme).

Configuration

TODO