LearnDash_Settings_Quizzes_Email::learndash_settings_row_outside_after( string $html = '', array $field_args = array() )
Hook into action after the fieldset is output. This allows adding custom content like JS/CSS.
Description Description
Parameters Parameters
- $html
-
(Optional) This is the field output which will be send to the screen.
Default value: ''
- $field_args
-
(Optional) Array of field args used to build the field HTML.
Default value: array()
Return Return
(string) $html.
Source Source
File: includes/settings/settings-sections/class-ld-settings-section-quizzes-email-settings.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |