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()


Top ↑

Return Return

(string) $html.


Top ↑

Source Source

File: includes/settings/settings-sections/class-ld-settings-section-quizzes-email-settings.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.