Download the PHP package underpin/eraser-loader without Composer
On this page you can find all versions of the php package underpin/eraser-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/eraser-loader
More information about underpin/eraser-loader
Files in underpin/eraser-loader
Download underpin/eraser-loader
More information about underpin/eraser-loader
Files in underpin/eraser-loader
Vendor underpin
Package eraser-loader
Short Description Eraser loader for Underpin
License GPL-2.0-or-later
Package eraser-loader
Short Description Eraser loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package eraser-loader
Underpin Eraser Loader
Loader That assists with adding GDPR-compliant erasers to a WordPress website.
Installation
Using Composer
composer require underpin/eraser-loader
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-erasers/erasers.php');
Setup
- Install Underpin. See Underpin Docs
- Register new erasers menus as-needed.
Example
A very basic example could look something like this.
Alternatively, you can extend Eraser
and reference the extended class directly, like so:
All versions of eraser-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/eraser-loader contains the following files
Loading the files please wait ....