Learndash_Admin_Builder
Class LearnDash Course Builder Metabox Base.
Description #
Source #
Changelog #
Version | Description |
---|---|
2.6.0 | Introduced. |
Methods #
- __construct — Public constructor for class
- add_instance — Add instance to static tracking array
- build_course_steps_html — Build Course Steps HTML.
- build_selector_pages_buttons — Common function to show Selector pager buttons.
- build_selector_query — Utility function to build the selector query args array.
- build_selector_row_single — Show selector single row.
- build_selector_rows — Show selector rows.
- builder_admin_footer — Call via the WordPress admin_footer action hook.
- builder_on_load — Call via the WordPress load sequence for admin pages.
- get_build_items_count — Get the number of current items in the builder.
- get_instance — Get the current instance of this class or new.
- get_label_for_post_type — Utility function to get the label for Post Type.
- get_selector_selected_steps — Get the selected items for a post type.
- process_course_steps — Build course steps HTML.
- show_builder_box — Prints content for Course Builder meta box for admin This function is called from other add_meta_box functions
- show_builder_header_left — Show builder header left
- show_builder_header_right — Show builder header right
- show_builder_headers — Show builder headers
- show_builder_selectors — Show the Course Box Selectors - Left side sections. There will be one selector per post type.