Browse: Home / Hooks /

learndash_post_setting_updated

do_action( 'learndash_post_setting_updated',  WP_Post $post,  string $setting,  mixed $value )

Fires after a LearnDash post setting is updated.


Description #


Parameters #

$post

(WP_Post) The WP_Post object.

$setting

(string) The key of the setting to update.

$value

(mixed) The new value of setting to be updated.


Source #

File: includes/settings/settings-functions.php


Changelog #

Changelog
Version Description
4.13.0 Introduced.