Procedural File: filter.attachment.php
Source Location: /liberty/plugins/filter.attachment.php
Page Details:
Tags:
PLUGIN_GUID_FILTERATTACHMENT [line 11]
attachment_filter [line 91]
TRUE attachment_filter(
&$pString, &$pFilterHash, string $pString, array $pFilterHash)
|
|
attachment_filter will find out what attachments are used where.
Tags:
Parameters
string |
$pString |
|
array |
$pFilterHash |
|
|
&$pString |
|
|
&$pFilterHash |
|
attachment_filter_expunge [line 128]
TRUE attachment_filter_expunge(
string $pString, &$pFilterHash, array $pFilterHash)
|
|
attachment_filter_expunge
Tags:
Parameters
string |
$pString |
|
array |
$pFilterHash |
|
|
&$pFilterHash |
|
attachment_filter_get_usage [line 142]
array attachment_filter_get_usage(
array $pAttachmentId)
|
|
attachment_filter_get_usage this function will return all content that uses a given attachment in their content
Tags:
Parameters
array |
$pAttachmentId |
Attachment ID of the attachment we want usage stats for |
|
|