wpseek.com
WordPress开发者和主题制作者的搜索引擎



links_popup_script › WordPress Function

Since0.71
已弃用2.1.0
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
参数: (5)
  • (string) $text the text of the link
    Required: No
    默认: 'Links'
  • (int) $width the width of the popup window
    Required: No
    默认: 400
  • (int) $height the height of the popup window
    Required: No
    默认: 400
  • (string) $file the page to open in the popup window
    Required: No
    默认: 'links.all.php'
  • (bool) $count the number of links in the db
    Required: No
    默认: true
定义在:
文档:

Show the link to the links popup and the number of links.



源码

function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
	_deprecated_function( __FUNCTION__, '2.1.0' );
}