Brisko

Activate
in package
implements SetupInterface

Interfaces, Classes, Traits and Enums

SetupInterface

Table of Contents

blog_subtitle()  : mixed
Blog Subtitle.
blog_title()  : mixed
Blog Title.
brisko_content_width()  : mixed
Set the content width in pixels, based on the theme's design and stylesheet.
brisko_setup()  : mixed
Sets up theme defaults and registers support for various WordPress features.
brisko_widgets_init()  : mixed
Register widget area.
init()  : void
Activate.
set_excerpt_length()  : mixed
Excerp Length.
set_excerpt_more()  : mixed
Excerp More.
add_support_block_template_parts()  : mixed

Methods

blog_subtitle()

Blog Subtitle.

public static blog_subtitle() : mixed
Return values
mixed

blog_title()

Blog Title.

public static blog_title() : mixed
Return values
mixed

brisko_content_width()

Set the content width in pixels, based on the theme's design and stylesheet.

public brisko_content_width() : mixed

Priority 0 to make it available to lower priority callbacks.

Tags
global

int $content_width

Return values
mixed

brisko_setup()

Sets up theme defaults and registers support for various WordPress features.

public brisko_setup() : mixed

Note that this function is hooked into the after_setup_theme hook, which runs before the init hook. The init hook is too late for some features, such as indicating support for post thumbnails.

Tags
see
https://developer.wordpress.org/reference/functions/add_theme_support/
Return values
mixed

init()

Activate.

public init() : void
Return values
void

set_excerpt_length()

Excerp Length.

public set_excerpt_length(int $length) : mixed
Parameters
$length : int

.

Return values
mixed

set_excerpt_more()

Excerp More.

public set_excerpt_more(int $more) : mixed
Parameters
$more : int

.

Return values
mixed

add_support_block_template_parts()

protected static add_support_block_template_parts() : mixed
Return values
mixed

Search results