首页 WordPress函数大全 links_popup_script()

links_popup_script()

2020-05-02 / 4105阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

警告:此功能已被弃用。

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

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

描述

参数

$text

(string)
(Optional)
the text of the link

Default value: 'Links'

$width

(int)
(Optional)
the width of the popup window

Default value: 400

$height

(int)
(Optional)
the height of the popup window

Default value: 400

$file

(string)
(Optional)
the page to open in the popup window

Default value: 'links.all.php'

$count

(bool)
(Optional)
the number of links in the db

Default value: true

大家谈论
    我的见解