BRISKO_ADMIN_USER
public
mixed
BRISKO_ADMIN_USER
= 1
public
mixed
BRISKO_ADMIN_USER
= 1
Render the site title for the selective refresh partial.
brisko_customize_partial_copyright() : void
Render Selective refresh partial.
brisko_customize_partial_poweredby() : void
Render Selective refresh partial.
brisko_footer_padding_partial() : void
Render the site title for the selective refresh partial.
brisko_customize_partial_blogname() : void
Render the site tagline for the selective refresh partial.
brisko_customize_partial_blogdescription() : void
Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
brisko_customize_preview_js() : mixed
Checkbox sanitization.
brisko_sanitize_checkbox(bool $checked) : bool
Sanitization callback for 'checkbox' type controls. This callback sanitizes $checked
as a boolean value, either TRUE or FALSE.
Whether the checkbox is checked.
Whether the checkbox is checked.
Classes sanitization.
brisko_sanitize_classes(string $classes) : string
Sanitization callback for 'css classes'
.
$classes comma separated values.
Number sanitization.
brisko_sanitize_number(string $number) : numeric-string
Sanitization callback for 'numbers'
.
$number .
Quick Tip.
brisko_section_info([string $info = '' ]) : mixed
.
Theme Layout options.
brisko_layout_options() : array<string|int, string>
Used for Theme Layout Customizer.
.
Theme Layout options.
brisko_text_align_options() : array<string|int, string>
Used for Theme Layout Customizer.
.
Theme text-tranform choices.
brisko_text_tranform_choices() : array<string|int, string>
Used for Theme text-tranform in the Customizer.
.
brisko_before_header() : mixed
brisko_after_header() : mixed
brisko_homepage_header() : mixed
brisko_post_header() : mixed
brisko_page_header() : mixed
brisko_page_footer() : mixed
brisko_after_entry_meta() : mixed
brisko_before_entry_meta() : mixed
brisko_after_post_content() : mixed
brisko_before_sidebar() : mixed
brisko_after_sidebar() : mixed
brisko_before_footer() : mixed
brisko_after_footer() : mixed
wp_body_open() : mixed
brisko_site_blocks_open() : mixed
Get the Brisko Theme.
brisko() : Brisko
Prints HTML with meta information for the current post-date/time.
brisko_posted_on() : mixed
Prints HTML with meta information for the current author.
brisko_posted_by() : mixed
Prints HTML with meta information for the categories, tags and comments.
brisko_entry_footer() : mixed
Outputs the entry meta information for posts.
brisko_entry_meta() : null|void
This function displays the post date and author, if enabled in the theme customizer. If both are disabled, it triggers the 'brisko_entry_meta' action and returns null.
Returns null if both post date and author are disabled.
Generates inline CSS for entry content based on theme settings.
brisko_entry_content_css() : null|string
This function checks whether the display of the post author or post date is enabled in the theme customizer. If either is disabled, it returns a style attribute to unset margin, otherwise returns null.
Inline CSS if needed, or null if both options are enabled.
Post Navigation.
brisko_posts_navigation() : mixed
Check if PHP 5.6.
brisko_is_php5_6() : mixed
Get the sidebar.
brisko_sidebar() : void
Head section.
brisko_layout_head([null|string $header_type = null ]) : void
Get the sidebar.
brisko_layout_sidebar() : mixed
Footer section.
brisko_layout_footer([null|string $footer_type = null ]) : void
Display content only.
brisko_layout_content() : mixed
pure content will bypass the_content
and use get_the_content
works better for pure content management and will not break html.
note: filters on the_content
will not work.
Displays an optional post excerpt.
brisko_excerpt() : mixed
Theme Options.
brisko_options(string $theme_mod) : Options
.
.
Displays an optional post thumbnail.
brisko_post_thumbnail() : mixed
Footer.
brisko_footer() : Footer
Theme Navigation.
brisko_navigation() : Navigation
.
Theme Header.
brisko_header() : SiteHeader
.
is_brisko_hybrid_fse() : mixed