links_popup_script

函数
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
参数
  • (string) $text the text of the link
    Required:
    Default: 'Links'
  • (int) $width the width of the popup window
    Required:
    Default: 400
  • (int) $height the height of the popup window
    Required:
    Default: 400
  • (string) $file the page to open in the popup window
    Required:
    Default: 'links.all.php'
  • (bool) $count the number of links in the db
    Required:
    Default: true
定义位置
相关方法
comments_popup_scriptprint_footer_scriptswp_scripts_wp_footer_scriptsprint_head_scripts
引入
0.71
弃用
2.1.0

links_popup_script: 这是WordPress中的一个函数,它为网站blogroll中的所有链接添加一个JavaScript弹出窗口。你可以使用这个函数在一个弹出窗口或灯箱中显示链接,这对显示预览或关于链接网站的更多信息很有用。

显示链接弹出窗口的链接和链接的数量。

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

常见问题

FAQs
查看更多 >