ACF_Rest_Api::__constructpublicACF 1.0

Method of the class: ACF_Rest_Api{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ACF_Rest_Api::__construct() code ACF 6.0.4

public function __construct() {
	add_filter( 'rest_pre_dispatch', array( $this, 'initialize' ), 10, 3 );
	add_action( 'rest_api_init', array( $this, 'register_field' ) );
}