For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Output Templates

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
*/

Last updated