learndash_settings_sections_init do_action( 'learndash_settings_sections_init' ) Fires on LearnDash setting sections init. ContentsDescription Source Examples Related @package Used By Description # Source # File: includes/class-ld-lms.php Examples # Note: Extended code example below not guaranteed, you may need to consult with a developer <?php /** * Example usage for learndash_settings_sections_init action. */ add_action( 'learndash_settings_sections_init', function() { // Add your custom code here } ); Expand example code Copy to clipboard Related # @package # LearnDash Used By # Used By Used By Description includes/class-ld-lms.php: SFWD_LMS::trigger_actions () Triggered actions
Used By # Used By Used By Description includes/class-ld-lms.php: SFWD_LMS::trigger_actions () Triggered actions