Learndash_Admin_Posts_Listing::before_delete_post( integer $post_id )
Initial hook for deleting a post.
Description Description
This function will register a record of the post meta to be rmeoved via the delete_post action hook.
Parameters Parameters
- $post_id
-
(Required) $Post ID to be deleted.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
2.6.5 | Introduced. |