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.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.