过滤要格式化的文本以进行编辑。
原型
apply_filters( 'format_to_edit', string $content )
参数
$content
(string)
格式化编辑之前的文本。
源文件
路径:wp-includes/formatting.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/format_to_edit/
过滤要格式化的文本以进行编辑。
apply_filters( 'format_to_edit', string $content )
$content
(string)
格式化编辑之前的文本。
路径:wp-includes/formatting.php
英文文档:https://developer.wordpress.org/reference/hooks/format_to_edit/
请在后台设置小工具!