learndash_metabox_options_div_inside_bottom do_action( 'learndash_metabox_options_div_inside_bottom' ) Fires inside the meta box options div at the bottom. ContentsDescription Source Examples Related Used By Description # Source # File: includes/settings/class-ld-settings-metaboxes.php Examples # <?php /** * Example usage for learndash_metabox_options_div_inside_bottom action. */ add_action( 'learndash_metabox_options_div_inside_bottom', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Related # Used By # Used By Used By Description includes/settings/class-ld-settings-metaboxes.php: LearnDash_Settings_Metabox::show_settings_metabox () Show the meta box settings
Used By # Used By Used By Description includes/settings/class-ld-settings-metaboxes.php: LearnDash_Settings_Metabox::show_settings_metabox () Show the meta box settings