芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/ebpt.pulsehost.co.uk/wp-content/themes/maxcoach/framework/class-kses.php
array(), 'class' => array(), 'style' => array(), ); switch ( $context ) { case 'maxcoach-img': $allowedtags = array( 'img' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'src' => array(), 'width' => array(), 'height' => array(), 'alt' => array(), 'srcset' => array(), 'sizes' => array(), ), ); break; case 'maxcoach-a': $allowedtags = array( 'a' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'href' => array(), 'target' => array(), 'rel' => array(), 'title' => array(), ), ); break; case 'maxcoach-default' : $allowedtags = array( 'a' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'href' => array(), 'target' => array(), 'rel' => array(), 'title' => array(), ), 'img' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'src' => array(), 'width' => array(), 'height' => array(), 'alt' => array(), 'srcset' => array(), 'sizes' => array(), ), 'br' => array(), 'ul' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'type' => array(), ), 'ol' => array( 'id' => array(), 'class' => array(), 'style' => array(), 'type' => array(), ), 'li' => $basic_atts, 'h1' => $basic_atts, 'h2' => $basic_atts, 'h3' => $basic_atts, 'h4' => $basic_atts, 'h5' => $basic_atts, 'h6' => $basic_atts, 'div' => $basic_atts, 'p' => $basic_atts, 'strong' => $basic_atts, 'b' => $basic_atts, 'span' => $basic_atts, 'mark' => $basic_atts, 'i' => $basic_atts, 'del' => $basic_atts, 'ins' => $basic_atts, ); break; } return $allowedtags; } } Maxcoach_Kses::instance()->initialize(); }