do_action( 'learndash_metabox_initialized', WP_Post $post, bool $force, LearnDash_Settings_Metabox $metabox )
Fires after a metabox is initialized.
Description #
Parameters #
- $post
- $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: sfwd-lms/includes/settings/class-ld-settings-metaboxes.php
Changelog #
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |