LearnDash_Settings_Metabox::save_post_meta_box( integer $post_id, object $saved_post = null, boolean $update = null, array $settings_field_updates = null )

Save Settings Metabox


Description Description


Parameters Parameters

$post_id

(Required) $Post ID is post being saved.

$saved_post

(Optional) WP_Post object being saved.

Default value: null

$update

(Optional) If update true, otherwise false.

Default value: null

$settings_field_updates

(Optional) array of settings fields to update.

Default value: null


Top ↑

Source Source

File: includes/settings/class-ld-settings-metaboxes.php


			

Top ↑

User Contributed Notes User Contributed Notes

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