php 允许编辑者插入iframe和svg标记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 允许编辑者插入iframe和svg标记相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Allow editors to insert iframe and svg tags
 */
function filter_map_meta_cap( $caps, $cap, $user_id ) {
  if ( 'unfiltered_html' === $cap && user_can( $user_id, 'editor' ) ) {
    $caps = array( 'unfiltered_html' );
  }
  return $caps;
}
add_filter( 'map_meta_cap', 'filter_map_meta_cap', 1, 3 );

以上是关于php 允许编辑者插入iframe和svg标记的主要内容,如果未能解决你的问题,请参考以下文章

php 将此脚本插入到WordPress主题中的functions.php中(了解开启和关闭的php标记)以允许Gr中的字段组

沙盒、IFrame 和允许同源

百度编辑器UEditor不能插入视频的解决方法

PHP数据库框架(易于插入,编辑,搜索......)?像phpMyAdmin之类的东西

SVG使用标记不渲染渐变Firefox

从 svg 标记字符串重新加载自定义工具