links_popup_script()
Deprecated since 2.1.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Show the link to the links popup and the number of links.
No Hooks.
Returns
null. Nothing (null).
Usage
links_popup_script( $text, $width, $height, $file, $count );
- $text(string)
- the text of the link.
Default: 'Links' - $width(int)
- the width of the popup window.
Default: 400 - $height(int)
- the height of the popup window.
Default: 400 - $file(string)
- the page to open in the popup window.
Default: 'links.all.php' - $count(true|false)
- the number of links in the db.
Default: true
Changelog
| Since 0.71 | Introduced. |
| Deprecated since | 2.1.0 |
links_popup_script() links popup script code WP 6.8.3
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
_deprecated_function( __FUNCTION__, '2.1.0' );
}