Custom Output Templates
/*
Name: Simple
*/Last updated
You can create your own templates for modules. Do not edit the default templates — your changes will be lost when the plugin is updated.
First, create the following directory:
wp-content/affegg-templates
To get started quickly, you can copy one of the default templates as a base.
Default templates are located in wp-content/plugins/affiliate-egg/templates.
Storefront templates must be named with the prefix egg_. Widget templates must use the prefix wegg_.
Each template file must begin with a PHP comment that defines its name, for example:
/*
Name: Simple
*/Make sure your editor uses UTF-8 encoding when editing template files.
Last updated