has_header_image()

最后更新于:2021-11-27 04:54:16

has_header_image()

Checks whether a header image is set or not.

响应

(bool) Whether a header image is set or not.

源文件

文件: gc-includes/theme.php

function has_header_image() {
	return (bool) get_header_image();
}