LearnDash_Settings_Metabox_Exam_Display_Content::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 #
Parameters #
- $html
-
(string) (Optional) This is the field output which will be send to the screen.
Default value: ''
- $field_args
-
(array) (Optional) Array of field args used to build the field HTML.
Default value: array()
Return #
(string) $html.
Source #
File: includes/settings/settings-metaboxes/class-ld-settings-metabox-exam-display-content.php
Changelog #
Version | Description |
---|---|
3.3.0 | Introduced. |