1. 首页
  2. WordPress 函数手册

links_popup_script()

links_popup_script( string $text = ‘Links’, int $width = 400, int $height = 400, string $file = ‘links.all.php’, bool $count = true )

显示指向链接弹出窗口的链接和链接数。
Show the link to the links popup and the number of links.

目录锚点:#参数#返回#源码


参数(Parameters)

参数 类型 必填 说明
$text (string) 可选 链接的文本
$width (int) 可选 弹出窗口的宽度
$height (int) 可选 弹出窗口的高度
$file (string) 可选 在弹出窗口中打开的页面
$count (bool) 可选 数据库中的链接数

返回(Return)

无返回值


源码(Source)


更新版本 源码位置 使用 被使用
2.1.0 wp-includes/deprecated.php:1062 0 1 function

links_popup_script() 为WP2原创文章,链接:https://www.wp2.cn/functions/links_popup_script/