Filter hook 'media_view_strings'

in WP Core File wp-includes/media.php at line 4930

Description

Filters the media view strings.

Occurrences

Filename Line Number
wp-includes/media.php 4930

Parameters

Type Name Description
string[] $strings Array of media view strings keyed by the name they'll be referenced by in JavaScript.
WP_Post $post Post object.

PHP Doc

/**
	 * Filters the media view strings.
	 *
	 * @since 3.5.0
	 *
	 * @param string[] $strings Array of media view strings keyed by the name they'll be referenced by in JavaScript.
	 * @param WP_Post  $post    Post object.
	 */