LDLMS_DB::__construct()
Method: Public constructor for class
LDLMS_DB::__construct Read More »
Method: Utility function to return the post type key. This is to prevent hard-coding of the key throughout the code files.
LDLMS_Post_Types::get_post_type_key Read More »
Method: Utility function to return the post type slug(s). This is to prevent hard-coding of the slug(s) throughout the code files.
LDLMS_Post_Types::get_post_type_slug Read More »
Method: Get an array of all custom tables.
LDLMS_Post_Types::get_post_types Read More »
Method: Public Initialize function for class
LDLMS_Post_Types::init Read More »
Method: Public constructor for class
LDLMS_Post_Types::__construct Read More »
Method: Amend $wp_query based on what content user is viewing
SFWD_CPT_Instance::pre_posts Read More »
Method: Show course completion/quiz completion Action callback from ‘template_redirect’ (wp core action)
SFWD_CPT_Instance::template_redirect_access Read More »
Method: Generate output for courses, lessons, topics, quizzes Filter callback for ‘the_content’ (wp core filter)
SFWD_CPT_Instance::template_content Read More »
Method: Get Archive content
SFWD_CPT_Instance::get_archive_content Read More »
Method: Function to dynamically control the ‘the_content’ filtering for this post_type instance.
SFWD_CPT_Instance::content_filter_control Read More »
Method: Sets up properties for CPT to be used in plugins
SFWD_CPT_Instance::__construct Read More »
Method: Class utility function to return the form wrapper. Supports the beginning
.
LearnDash_Settings_Page::get_admin_page_form Read More »
Method: Class utility function to return the settings page title.
LearnDash_Settings_Page::get_admin_page_title Read More »
Method: Function to handle showing of Settings page. This is the main function for all visible output. Extending classes can implement its own function.
LearnDash_Settings_Page::show_settings_page Read More »
Method: Action hook to handle footer JS/CSS added footer
LearnDash_Settings_Page::load_footer_scripts Read More »
Method: Action hook to handle current settings page layout columns.
LearnDash_Settings_Page::screen_layout_column Read More »
Method: Action hook to handle current settings page load.
LearnDash_Settings_Page::load_settings_page Read More »
Method: Action hook to handle admin_tabs processing from LearnDash.
LearnDash_Settings_Page::admin_tabs Read More »
Method: Action hook to handle admin_menu processing from WP.
LearnDash_Settings_Page::admin_menu Read More »