Learndash_Admin_Post_Edit::on_load()
On Load handler function for this post type edit.
Description #
This function is called by a WP action when the admin page ‘post.php’ or ‘post-new.php’ are loaded.
Source #
Changelog #
Version | Description |
---|---|
2.6.0 | Introduced. |
Related #
@package #
Uses #
Uses | Description |
---|---|
includes/ld-misc-functions.php: learndash_min_asset () |
Utility function to load minified version of CSS/JS assets. |
includes/ld-misc-functions.php: learndash_template_url_from_path () |
Utility function to accept a file path and swap it out for a URL. |
includes/class-ld-lms.php: SFWD_LMS::get_template () |
Get LearnDash template and pass data to be used in template |
includes/class-ld-lms.php: SFWD_LMS::get_post_args_section () |
Get post args section |
includes/admin/class-learndash-admin-posts-edit.php: Learndash_Admin_Post_Edit::post_type_check () |
Common function to check if we are editing a correct post type. |
includes/admin/classes-posts-edits/class-learndash-admin-group-edit.php: learndash_post_settings_metaboxes_init_{$this->post_type} |
Used By #
Used By | Description |
---|---|
includes/admin/classes-posts-edits/class-learndash-admin-coupon-edit.php: Learndash_Admin_Coupon_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-exam-edit.php: Learndash_Admin_Exam_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-assignment-edit.php: Learndash_Admin_Assignment_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-essay-edit.php: Learndash_Admin_Essay_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-group-edit.php: Learndash_Admin_Group_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-course-edit.php: Learndash_Admin_Course_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-lesson-edit.php: Learndash_Admin_Lesson_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-topic-edit.php: Learndash_Admin_Topic_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-quiz-edit.php: Learndash_Admin_Quiz_Edit::on_load () |
On Load handler function for this post type edit. |
includes/admin/classes-posts-edits/class-learndash-admin-question-edit.php: Learndash_Admin_Question_Edit::on_load () |
On Load handler function for this post type edit. |