get_rss()
get_rss( string $url, int $num_items = 5 ) 在HTML列表项中显示R…
get_rss( string $url, int $num_items = 5 )
在HTML列表项中显示RSS项。
Display RSS items in HTML list items.
目录锚点:#说明#参数#返回#源码
说明(Description)
在使用该函数之前,必须指定所需的HTML列表,可以是有序的,也可以是无序的。还必须指定要显示的项目数。不能像使用wp_rss()函数那样显示所有这些内容。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$url | (string) | 必需 | 要显示的源的URL。将不会自动检测源URL。 |
$num_items | (int) | 可选 | 要显示的项目数,默认为全部。 |
返回(Return)
(bool)失败时出错。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.0 | wp-includes/rss.php:939 | 0 | 2 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!