Browse: Home / Functions /

learndash_the_content

learndash_the_content( string $content = '',  string $context = '' )

Utility function to control the ‘the_content’ process filtering.


Description #


Parameters #

$content

(string) (Optional) The content to be formatted.

Default value: ''

$context

(string) (Optional) Some unique context ID to control logic. Recommended: the calling function name.

Default value: ''


Return #

(string) $content


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
3.5.0 Introduced.