Tribe__Events__Integrations__ACF__ACF::hook()

Hooks the filters and actions needed for this integration to work.

Contents


Source

File: src/Tribe/Integrations/ACF/ACF.php

	public function hook() {
		add_action( 'admin_enqueue_scripts', array( $this, 'load_compat_js' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.6.3 Introduced.