wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



links_popup_script › WordPress Function

Od0.71
Przestarzały2.1.0
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
Parametry: (5)
  • (string) $text the text of the link
    Wymagane: Nie
    Domyślny: 'Links'
  • (int) $width the width of the popup window
    Wymagane: Nie
    Domyślny: 400
  • (int) $height the height of the popup window
    Wymagane: Nie
    Domyślny: 400
  • (string) $file the page to open in the popup window
    Wymagane: Nie
    Domyślny: 'links.all.php'
  • (bool) $count the number of links in the db
    Wymagane: Nie
    Domyślny: true
Zdefiniowane na:
Codex:

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



Źródło

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