ACF_Admin_Options_Preview::renderpublicACF 6.2.2

The render for the options page preview view.

Method of the class: ACF_Admin_Options_Preview{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Options_Preview = new ACF_Admin_Options_Preview();
$ACF_Admin_Options_Preview->render();

Changelog

Since 6.2.2 Introduced.

ACF_Admin_Options_Preview::render() code ACF 6.8.8

public function render() {
	$screen = get_current_screen();
	$view   = array( 'screen_id' => $screen->id );
	acf_get_view( 'options-page-preview', $view );
}