php 自动嵌入响应wordpress
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 自动嵌入响应wordpress相关的知识,希望对你有一定的参考价值。
/* Add responsive container to embeds
/* ------------------------------------ */
add_filter( 'embed_oembed_html', 'wrap_oembed_html', 99, 4 );
function wrap_oembed_html( $cached_html, $url, $attr, $post_id ) {
return '<div class="embed-responsive embed-responsive-16by9">' . $cached_html . '</div>';
}
以上是关于php 自动嵌入响应wordpress的主要内容,如果未能解决你的问题,请参考以下文章
php Wordpress响应式视频嵌入
php WordPress响应式嵌入
php 使WordPress默认视频嵌入响应
如何让 Marketo 表单在嵌入到响应式 WordPress 网站时做出响应?
text 添加响应式容器以嵌入wordpress
markdown 使Wordpress帖子中的视频嵌入响应。