apply_filters( 'media_view_strings', array $strings , WP_Post $post )
Filters the media view strings.
Parameters
- $strings
-
List of media view strings.
- $post
-
Post object.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |