custom_logo (tag)

get_custom_logo()

Gets the HTML code of the site logo set in the customizer (in the theme settings). The code will be: <a href="https://wp-kama.ru/"><img></a>.

has_custom_logo()

Checks if a logo is set for the site.

the_custom_logo()

Displays the HTML code of the site logo set in the theme settings. The code will be: <a href="https://wp-kama.ru/"><img></a>.