function add_style( $atts, $content = null ) { $pure_content = str_replace("<br />","",$content); return '<style>' . $pure_content . '</style>'; } add_shortcode( 'style', 'add_style' );文章源自知更鸟-https://zmingcx.com/filter-br-tags-in-wordpress-shortcodes.html
本站文章大部分始于原创,用于个人学习记录,可能对您有所帮助,仅供参考!

我的微信
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论