powerbuoy/sleek-custom-logo

Hooks into the_custom_logo() and improves it.

v2.2.1 2020-09-29 17:27 UTC

This package is auto-updated.

Last update: 2024-03-29 03:39:20 UTC


README

Packagist GitHub license GitHub issues GitHub forks GitHub stars

Hooks into the_custom_logo() and renders one of:

  1. A custom logo selected in the admin
  2. An SVG logo found in dist/assets/site-logo.svg
  3. A PNG logo found in dist/assets/site-logo.png
  4. Just outputs the site name

Also makes it possible to pass an array of arguments to get_custom_logo(); the_custom_logo(['inline_svg' => true, 'append' => '-small']) would instead render dist/assets/site-logo-small.svg as an inline SVG.

Finally it also changes the link class name from custom-logo-link to site-logo.

Theme Support

N/A

Hooks

N/A

Functions

the_custom_logo($args)

This is the native WordPress the_custom_logo() but we add the $args argument which enables you to specify inline_svg (true/false) and append (String to append to site-logo filename).

Classes

N/A