WC_Twenty_Twenty_One
in package
WC_Twenty_Twenty_One class.
Table of Contents
- enqueue_admin_styles() : mixed
- Enqueue the wp-admin CSS overrides for this theme.
- enqueue_styles() : array
- Enqueue CSS for this theme.
- init() : mixed
- Theme init.
- output_content_wrapper() : mixed
- Open the Twenty Twenty One wrapper.
- output_content_wrapper_end() : mixed
- Close the Twenty Twenty One wrapper.
Methods
enqueue_admin_styles()
Enqueue the wp-admin CSS overrides for this theme.
public
static enqueue_admin_styles() : mixed
Return values
mixedenqueue_styles()
Enqueue CSS for this theme.
public
static enqueue_styles(array $styles) : array
Parameters
- $styles : array
-
Array of registered styles.
Return values
arrayinit()
Theme init.
public
static init() : mixed
Return values
mixedoutput_content_wrapper()
Open the Twenty Twenty One wrapper.
public
static output_content_wrapper() : mixed
Return values
mixedoutput_content_wrapper_end()
Close the Twenty Twenty One wrapper.
public
static output_content_wrapper_end() : mixed