Tribe__Assets::__construct()

Register the Methods in the correct places.

Contents


Source

File: src/Tribe/Assets.php

	public function __construct() {
		// Hook the actual registering of
		add_action( 'init', array( $this, 'register_in_wp' ), 1, 0 );
	}

Top ↑

Changelog

Changelog
Version Description
4.3 Introduced.