llms_focus_mode_render_content()
Render focus mode post content.
Description Description
Themes can override by removing this action and adding their own: remove_action( ‘llms_focus_mode_the_content’, ‘llms_focus_mode_render_content’ ); add_action( ‘llms_focus_mode_the_content’, ‘my_theme_render_content’ );
Return Return
(void)
Source Source
File: includes/functions/llms.functions.template.php
function llms_focus_mode_render_content() {
the_content();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 10.0.0 | Introduced. |