SFWD_CPT_Instance::template_content( string $content )

Generate output for courses, lessons, topics, quizzes Filter callback for ‘the_content’ (wp core filter)


Description Description

Determines what the user is currently looking at, sets up data, passes to template, and returns output.


Parameters Parameters

$content

(Required) content of post.


Top ↑

Return Return

(string) $content content of post


Top ↑

Source Source

File: includes/class-ld-cpt-instance.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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