persistent-dismissible icon indicating copy to clipboard operation
persistent-dismissible copied to clipboard

Utility PHP class to simplify interacting with persistent dismissible WordPress notices, promos, and banners

Results 3 persistent-dismissible issues
Sort by recently updated
recently updated
newest added

The `check_args()` method is intentionally lenient with its approach to operation validation. It probably should be better. Briefly: * `sanitize_key()` on ID * `absint()` on life * `absint()` on user...

Since this isn't a plugin, I didn't scaffold it, which means we'll want to manually port support for PHPUnit.

I picked `namespace Sandhills\Utils;` somewhat randomly. Do we have a standard yet? If so, it will need to be updated.