Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated.
Show the link to the links popup and the number of links.
(string) (Optional) the text of the link
Default value: 'Links'
(int) (Optional) the width of the popup window
Default value: 400
(int) (Optional) the height of the popup window
Default value: 400
(string) (Optional) the page to open in the popup window
Default value: 'links.all.php'
(bool) (Optional) the number of links in the db
Default value: true
File: wp-includes/deprecated.php
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) { _deprecated_function( __FUNCTION__, '2.1.0' ); }
Version | Description |
---|---|
2.1.0 | This function has been deprecated. |
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/links_popup_script