ACF_Admin_UI_Options_Page::screen_settingspublicACF 3.6.0

Screen settings html output

Method of the class: ACF_Admin_UI_Options_Page{}

No Hooks.

Returns

string. $html

Usage

$ACF_Admin_UI_Options_Page = new ACF_Admin_UI_Options_Page();
$ACF_Admin_UI_Options_Page->screen_settings( $html );
$html(string) (required)
Current screen settings HTML.

Changelog

Since 3.6.0 Introduced.

ACF_Admin_UI_Options_Page::screen_settings() code ACF 6.8.8

public function screen_settings( $html ) {
	return $html;
}