WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about media_view_strings

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/media.php apply_filters 4719 /**
* 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.
*/

Hook Parameters

Parameter 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.