调用方式:
[vip]链接[/vip]
在模板文件中打开文件 functions.php 加入以下代码
//解析播放器
function all_vip($atts, $content=null){
return '<p style="text-align: center;"><iframe allowFullscreen="true" scrolling="no"
align="middle" frameborder="0" width="100%" marginwidth="0" marginheight="0"
src="这里修改为解析播放器链接'.$content.'"></iframe>
</p>';
}
add_shortcode('vip','all_vip');