Learndash_Admin_Essay_Edit::save_essay_status_metabox_data( int $essay_id, WP_Post $essay, boolean $update )

Updates the user’s essay and quiz data on post save.


Description Description

Fires on save_post_sfwd-essays hook.


Parameters Parameters

$essay_id

(Required) ID of the essay to be saved.

$essay

(Required) The WP_Post essay object.

$update

(Required) Whether this is an existing post being updated or not.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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