ACF\Pro\Meta

WooOrder::__constructpublicACF 6.4

Constructs the location.

Method of the class: WooOrder{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 6.4 Introduced.

WooOrder::__construct() code ACF 6.8.8

public function __construct() {
	add_filter( 'acf/decode_post_id', array( $this, 'decode_woo_order_id' ), 10, 2 );
	parent::__construct();
}