embed_maybe_make_link

最后更新于:2021-11-26 09:12:34

apply_filters( ’embed_maybe_make_link’, string $output, string $url )

Filters the returned, maybe-linked embed URL.

参数

$output

(string)
The linked or original URL.

$url

(string)
The original URL.

源文件

文件: gc-includes/class-gc-embed.php

View on Trac