threadi/easy-transients-for-wordpress

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


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

  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