ACF_Admin_Options_Preview::loadpublicACF 6.2.2

Load the body class and scripts.

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

Changelog

Since 6.2.2 Introduced.

ACF_Admin_Options_Preview::load() code ACF 6.8.8

public function load() {
	add_action( 'admin_body_class', array( $this, 'admin_body_class' ) );
	acf_enqueue_scripts();
}