apply_filters( 'mt_qrcode_options', $qrcode, $ticket_id ) → {array}
Filter QRCode configuration options passed to QROptions. See https://github.com/chillerlan/php-qrcode/wiki/Advanced-usage.
Parameters:
Name | Type | Description |
---|---|---|
$qrcode |
array | Array of configuration options. |
$ticket_id |
string | ID of the current ticket. |
- Source:
Returns:
- Type
- array