links_popup_script()
Устарела с версии 2.1.0. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Show the link to the links popup and the number of links.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
links_popup_script( $text, $width, $height, $file, $count );
- $text(строка)
- the text of the link.
По умолчанию:'Links' - $width(int)
- the width of the popup window.
По умолчанию:400 - $height(int)
- the height of the popup window.
По умолчанию:400 - $file(строка)
- the page to open in the popup window.
По умолчанию:'links.all.php' - $count(true|false)
- the number of links in the db.
По умолчанию:true
Список изменений
| С версии 0.71 | Введена. |
| Устарела с | 2.1.0 |
Код links_popup_script() links popup script WP 7.0
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) {
_deprecated_function( __FUNCTION__, '2.1.0' );
}