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