On this page
links_popup_script( string $text = 'Links', int $width = 400, int $height = 400, string $file = 'links.all.php', bool $count = true )
This function has been deprecated.
Show the link to the links popup and the number of links.
Parameters
$textstring Optional-
the text of the link
Default:
'Links' $widthint Optional-
the width of the popup window
Default:
400 $heightint Optional-
the height of the popup window
Default:
400 $filestring Optional-
the page to open in the popup window
Default:
'links.all.php' $countbool Optional-
the number of links in the db
Default:
true
Source
File: wp-includes/deprecated.php. View all references
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
_deprecated_function( __FUNCTION__, '2.1.0' );
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/links_popup_script