mycred_pending_log
Description
This shortcode allows you to show your users their currently pending points log table.
Shortcode Attributes
Attribute | Type | Required | Default | Description |
---|---|---|---|---|
type |
String | No | mycred_default | Option to get data based on point type. Should not be used if you only have one point type installed. |
number |
INT | No | 25 | The number of entries to show per page. |
ref |
String | No | - | Option to filter the log based on a particular reference or a comma separated list of references. |
Shortcode Example
Example 1: Default usage:
[mycred_pending_log]
Example 2: Pre-set point type, reference and 50 Number
[mycred_pending_log type='coin' ref='custom_ref' number=50]