LearnDash_Settings_Section_General_REST_API::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-general-rest-api.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |