函数原型
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.
是否弃用
Warning: This function has been deprecated.
函数参数
-
$text
string
Optional - the text of the link
Default:
'Links' -
$width
int
Optional - the width of the popup window
Default:
400 -
$height
int
Optional - the height of the popup window
Default:
400 -
$file
string
Optional - the page to open in the popup window
Default:
'links.all.php' -
$count
bool
Optional - the number of links in the db
Default:
true
函数返回值
无
函数位置
File: wp-includes/deprecated.php.
函数源码
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
_deprecated_function( __FUNCTION__, '2.1.0' );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 2.1.0 | This function has been deprecated. |
| 0.71 | Introduced. |

