Image::hook()

Attach hooks

Contents


Source

File: src/Tribe/Import/Image.php

	public function hook() {
		add_filter( 'tribe_aggregator_import_event_image', [ $this, 'process_images' ], 10, 3 );
		add_filter( 'tribe_process_handlers', [ $this, 'register_handler' ] );
	}

Top ↑

Changelog

Changelog
Version Description
4.6.5 Introduced.