apply_filters( ‘display_media_states’, string[] $media_states, WP_Post $post )

In this article

Filters the default media display states for items in the Media list table.

Parameters

$media_statesstring[]
An array of media states. Default ‘Header Image’, ‘Background Image’, ‘Site Icon’, 'Logo'.
$postWP_Post
The current attachment object.

Source

return apply_filters( 'display_media_states', $media_states, $post );

Changelog

VersionDescription
4.8.0Added the $post parameter.
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.