Frontend::__construct()
Generator constructor.
Source
File: inc/core/styles/frontend.php
Expand full source code Collapse full source code View on Github
Related
Uses
Uses | Description |
---|---|
inc/core/styles/frontend.php: Frontend::setup_header_style() |
Add css for post/page header. |
inc/core/styles/frontend.php: Frontend::setup_single_post_style() |
Add css for single post. |
inc/core/styles/frontend.php: Frontend::setup_blog_meta() |
Add css for blog meta. |
inc/core/styles/frontend.php: Frontend::setup_container() |
Setup the container styles. |
inc/core/styles/frontend.php: Frontend::setup_blog_layout() |
Add css for blog layout. |
inc/core/styles/frontend.php: Frontend::setup_layout_subscribers() |
Setup settings subscribers for layout. |
inc/core/styles/frontend.php: Frontend::setup_buttons() |
Setup button subscribers. |
inc/core/styles/frontend.php: Frontend::setup_form_fields_style() |
Adds form field styles |
inc/core/styles/frontend.php: Frontend::setup_legacy_gutenberg_palette() |
Setup legacy gutenberg palette for old users. |
inc/core/styles/frontend.php: Frontend::setup_typography() |
Setup typography subscribers. |
inc/core/styles/frontend.php: Frontend::setup_blog_typography() |
Add css for blog typography. |
inc/core/styles/frontend.php: Frontend::setup_blog_colors() |
Add css for blog colors. |
Used By
Used By | Description |
---|---|
inc/core/dynamic_css.php: Dynamic_Css::enqueue() |
Load frontend style. |