This function has been deprecated.
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
-
(Optional) the text of the link
Default value: 'Links'
- $width
-
(Optional) the width of the popup window
Default value: 400
- $height
-
(Optional) the height of the popup window
Default value: 400
- $file
-
(Optional) the page to open in the popup window
Default value: 'links.all.php'
- $count
-
(Optional) the number of links in the db
Default value: true
Source
File: wp-includes/deprecated.php
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
_deprecated_function( __FUNCTION__, 'WP-2.1.0' );
}
Changelog
Version | Description |
---|---|
2.1.0 | This function has been deprecated. |
0.71 | Introduced. This function has been deprecated. |