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

In this article

This function has been deprecated.

Show the link to the links popup and the number of links.

Parameters

$textstringoptional
the text of the link

Default:'Links'

$widthintoptional
the width of the popup window

Default:400

$heightintoptional
the height of the popup window

Default:400

$filestringoptional
the page to open in the popup window

Default:'links.all.php'

$countbooloptional
the number of links in the db

Default:true

Source

function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
	_deprecated_function( __FUNCTION__, '2.1.0' );
}

Changelog

VersionDescription
2.1.0This function has been deprecated.
0.71Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.