wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



links_popup_script › WordPress Function

Da0.71
Deprecato2.1.0
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
Parametri: (5)
  • (string) $text the text of the link
    Richiesto: No
    Default: 'Links'
  • (int) $width the width of the popup window
    Richiesto: No
    Default: 400
  • (int) $height the height of the popup window
    Richiesto: No
    Default: 400
  • (string) $file the page to open in the popup window
    Richiesto: No
    Default: 'links.all.php'
  • (bool) $count the number of links in the db
    Richiesto: No
    Default: true
Definito a:
Codex:

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



Sorgenti

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