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’ );


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/functions/llms.functions.template.php

function llms_focus_mode_render_content() {
	the_content();
}

Top ↑

Changelog Changelog

Changelog
Version Description
10.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.