threadi / easy-transients-for-wordpress
Provides a simple wrapper to handle transients in the WordPress-backend.
1.1.2
2025-08-21 20:31 UTC
- dev-master
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/optimizedStylingWithMultipleButtons
- dev-fixed/missingDefaultValueForGetAllTransients
- dev-feature/addSeparateActionHandling
- dev-fix/missingClassPrefixInSingleView
- dev-feature/addedStylingForHintNotice
- dev-fixed/missingRemovingOfDismissedTransients
- dev-fixed/missingIndexVarInAllTransientsLoop
- dev-feature/ignoreDismissedTransients
- dev-feature/moveFilesAndTemplatesToSrc
- dev-fix/checkForHideOnSettingInTransient
- dev-fixed/groupedStylingNotVisible
- dev-feature/switchToSingleIfOnlyOneTransientIsActive
- dev-feature/hideGroupWrapperIfEmpty
- dev-fix/missingCheckForListInGroupView
- dev-fix/missingClassLoading
This package is auto-updated.
Last update: 2025-08-21 20:31:21 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.php
to your WordPress-project (plugin or theme).
Configuration
TODO