Browse: Home / Hooks /

learndash_metabox_initialized

do_action( 'learndash_metabox_initialized',  WP_Post $post,  bool $force,  LearnDash_Settings_Metabox $metabox )

Fires after a metabox is initialized.


Description #


Parameters #

$post

(WP_Post) The WP_Post object.

$force

(bool) True to force the initialization. This will load values and settings again. Default false.

$metabox

(LearnDash_Settings_Metabox) Current metabox instance.


Return #

(void)


Source #

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


Changelog #

Changelog
Version Description
4.8.0 Introduced.