LDLMS_Transients
Class: Class to create the instance.
Method: Private constructor for class
LDLMS_Transients::__construct Read More »
Method: Get a Transient
LDLMS_Transients::get Read More »
Filter Hook: Filters whether the transients are disabled or not.
learndash_transients_disabled Read More »
Method: Utility function to interface with WP set_transient function. This function allow for filtering if to actually write the transient.
LDLMS_Transients::set Read More »
Method: Purge all transients.
LDLMS_Transients::purge_all Read More »
Filter Hook: Remove the hook into the WP ‘the_content’ filter once we are in our handler. This will allow other templates to call the ‘the_content’ filter without causing recursion.
learndash_remove_template_content_filter Read More »
Method: Get example user ID. This is used as part of WP 5.3 Gutenberg Block Example / Preview.
LearnDash_Gutenberg_Block::get_example_user_id Read More »
Method: Get example post ID. This is used as part of WP 5.3 Gutenberg Block Example / Preview.
LearnDash_Gutenberg_Block::get_example_post_id Read More »
Method: Filter post_parent before update/insert. Ensure the post_parent field is zero for course post types.
Learndash_Admin_Post_Edit::filter_post_parent Read More »