我正在开发一个php项目,允许人们查看和投票博客文章,为此我允许人们提交博客的RSS,然后自动获取帖子全文。
我遇到了描述文字的问题。 Wordpress做了一些格式化删除html标签和一些其他位,如花哨的引号,我想知道它们在发布到rss之前究竟做了什么。
我一直在查看Wordpress文件,无法理解get_option函数以找到正确的代码。
有人可以指出我正确的方向吗?
function get_option( $option, $default = false ){...}
//this is the function used to get the blog information found in functions.php