wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



links_popup_script › WordPress Function

Seit0.71
Veraltet2.1.0
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
Parameter: (5)
  • (string) $text the text of the link
    Erforderlich: Nein
    Standard: 'Links'
  • (int) $width the width of the popup window
    Erforderlich: Nein
    Standard: 400
  • (int) $height the height of the popup window
    Erforderlich: Nein
    Standard: 400
  • (string) $file the page to open in the popup window
    Erforderlich: Nein
    Standard: 'links.all.php'
  • (bool) $count the number of links in the db
    Erforderlich: Nein
    Standard: true
Definiert in:
Codex:

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



Quellcode

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