Description
Filters the attachment counts by mime type.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 3244 |
Parameters
Type | Name | Description |
---|---|---|
stdClass | $counts | An object containing the attachment counts by mime type. |
string|string[] | $mime_type | Array or comma-separated list of MIME patterns. |
PHP Doc
/**
* Filters the attachment counts by mime type.
*
* @since 3.7.0
*
* @param stdClass $counts An object containing the attachment counts by
* mime type.
* @param string|string[] $mime_type Array or comma-separated list of MIME patterns.
*/