функция
since 1.2.0
wp_head()
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
wp_head()
Описание
См. 'wp_head'.
Оригинал (английский)
See ‘wp_head’.
Исходный код
wp-includes/general-template.php:3202
function wp_head() {
/**
* Prints scripts or data in the head tag on the front end.
*
* @since 1.5.0
*/
do_action( 'wp_head' );
}
История изменений
| Версия | Описание |
|---|---|
| 1.2.0 | Introduced. |

