mycred_parse_tags_general

Description

This filter allows you to adjust or add your own custom generic template tag to use in log entries. It is important to remember that generic template tags are parsed on every single log entry! This means that you should only use this if you need to adjust every single log entry in your database! Furthermore, this filter is a very generic and no log entry detail besides the visible entry string is available.

Available since version 1.0

Parameters

Param Type Required Description
$content string Yes

The log entry string.

Used By

Package Prio. Description
mycred/core 10 Used by the myCRED_Settings class.

Examples

No example found.