apply_filters( 'media_view_strings', array $strings, WP_Post $post )

Filters the media view strings.


Parameters

$strings

(array) List of media view strings.

$post

(WP_Post) Post object.


Source

File: wp-includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.5.0 Introduced.