ACF_Assets::__constructpublicACF 5.6.9

Constructor.

Method of the class: ACF_Assets{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Assets = new ACF_Assets();
$ACF_Assets->__construct();

Changelog

Since 5.6.9 Introduced.

ACF_Assets::__construct() code ACF 6.0.4

public function __construct() {
	add_action( 'init', array( $this, 'register_scripts' ) );
}