Head
in package
implements
SetupInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- brisko_body_classes() : array<string|int, mixed>
- Adds custom classes to the array of body classes.
- brisko_custom_header_setup() : mixed
- Set up the WordPress core custom header feature.
- brisko_header_style() : mixed
- Styles the header image and text displayed on the blog.
- brisko_pingback_header() : mixed
- Add a pingback url auto-discovery header for single posts, pages, or attachments.
- init() : void
- Head.
Methods
brisko_body_classes()
Adds custom classes to the array of body classes.
public
brisko_body_classes(array<string|int, mixed> $classes) : array<string|int, mixed>
Parameters
- $classes : array<string|int, mixed>
-
Classes for the body element.
Return values
array<string|int, mixed> —brisko_custom_header_setup()
Set up the WordPress core custom header feature.
public
brisko_custom_header_setup() : mixed
Tags
Return values
mixed —brisko_header_style()
Styles the header image and text displayed on the blog.
public
brisko_header_style() : mixed
Tags
Return values
mixed —brisko_pingback_header()
Add a pingback url auto-discovery header for single posts, pages, or attachments.
public
brisko_pingback_header() : mixed
Return values
mixed —init()
Head.
public
init() : void