acf_pro_updates::__constructpublicACF 5.0.0

Initialize filters, action, variables and includes

Method of the class: acf_pro_updates{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.0.0 Introduced.

acf_pro_updates::__construct() code ACF 6.8.8

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