Description
Filters the media view settings.
Occurrences
Filename | Line Number |
---|---|
wp-includes/media.php | 4920 |
Parameters
Type | Name | Description |
---|---|---|
array | $settings | List of media view settings. |
WP_Post | $post | Post object. |
PHP Doc
/**
* Filters the media view settings.
*
* @since 3.5.0
*
* @param array $settings List of media view settings.
* @param WP_Post $post Post object.
*/