LLMS_Twenty_Twenty_One::add_inline_editor_styles()
Enqueue inline styles for the block editor.
Return Return
(void)
Source Source
File: includes/theme-support/class-llms-twenty-twenty-one.php
public static function add_inline_editor_styles() { wp_add_inline_style( 'twenty-twenty-one-custom-color-overrides', self::generate_inline_styles( 'editor' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.10.0 | Introduced. |