media_view_strings

最后更新于:2021-11-27 08:04:32

apply_filters( ‘media_view_strings’, string[] $strings, GC_Post $post )

Filters the media view strings.

参数

$strings

(string[])
Array of media view strings keyed by the name they’ll be referenced by in JavaScript.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/media.php

View on Trac