Learndash_Admin_Post_Edit::edit_form_top( object $post )
Called from WP at the start of the post edit <form>
tag. Allows us to inject needed support fields.
Description Description
Parameters Parameters
- $post
-
(Required) WP Post object instance being edited.
Source Source
File: includes/admin/class-learndash-admin-posts-edit.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |