测试隐藏代码

[content_hide]123[/content_hide]

[content_hide]

请在这里编辑您的隐藏内容

 

wp_embed_register_handler( 'smartvideo_bilibili_bv',
    '#https?://www\.bilibili\.com/video/BV(?:(?<video_id1>[a-z0-9_=\-]+)/(?:index_|\#page=)(?<video_id2>[a-z0-9_=\-]+)|(?<video_id>[a-z0-9_=\-]+))#i',
    array($this, 'smartvideo_embed_handler_bilibili_bv') );

[/content_hide]

 

正常内容

wp_embed_register_handler( 'smartvideo_bilibili_bv',
    '#https?://www\.bilibili\.com/video/BV(?:(?<video_id1>[a-z0-9_=\-]+)/(?:index_|\#page=)(?<video_id2>[a-z0-9_=\-]+)|(?<video_id>[a-z0-9_=\-]+))#i',
    array($this, 'smartvideo_embed_handler_bilibili_bv') );
THE END
喜欢就支持一下吧