创建format_to_post过滤器
描述
保存’format_to_post’ 过滤器。
用法
<?php format_to_post( $content ) ?>
参数
$content
(string) (必填) The text to pass through the filter.
默认值: None
返回值
(string)
Text returned from the ‘format_to_post‘ filter.
历史
添加于 版本: 0.71
Deprecated: 3.9.0
源文件
format_to_post() 函数的代码位于 wp-includes/formatting.php
.
原文:http://codex.wordpress.org/Function_Reference/format_to_post