Browse: Home / Classes / Learndash_Admin_Post_Edit /

Learndash_Admin_Post_Edit::edit_post_post_type

Learndash_Admin_Post_Edit::edit_post_post_type( integer $post_id,  object $post = null )

Edit Post handler function.


Description #


Parameters #

$post_id

(integer) (Required) Post ID being edited.

$post

(object) (Optional) WP_Post being edited.

Default value: null


Source #

File: includes/admin/class-learndash-admin-posts-edit.php


Changelog #

Changelog
Version Description
3.2.3 Introduced.